From a74c2c0f118c7b04e05873e138c5c3663204b4c7 Mon Sep 17 00:00:00 2001 From: oguzhan Date: Wed, 15 Apr 2015 14:40:11 +0300 Subject: [PATCH] Created languages properties file for PageForgetPassword in English and Turkish admin-gui directories. --- ... PageForgetPassword_en_US.utf8.properties} | 0 ...eMyPasswordQuestions_en_US.utf8.properties | 19 +++++++++++++++++++ ...ageSecurityQuestions_en_US.utf8.properties | 19 +++++++++++++++++++ ... PageForgetPassword_tr_TR.utf8.properties} | 0 ...eMyPasswordQuestions_tr_TR.utf8.properties | 19 +++++++++++++++++++ ...ageSecurityQuestions_tr_TR.utf8.properties | 19 +++++++++++++++++++ .../forgetpassword/PageForgetPassword.java | 8 -------- .../PageMyPasswordQuestions.properties | 19 +++++++++++++++++++ .../PageSecurityQuestions.properties | 19 +++++++++++++++++++ 9 files changed, 114 insertions(+), 8 deletions(-) rename gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/{PageForgetPassword.properties => PageForgetPassword_en_US.utf8.properties} (100%) create mode 100644 gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_en_US.utf8.properties create mode 100644 gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_en_US.utf8.properties rename gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/{PageForgetPassword.properties => PageForgetPassword_tr_TR.utf8.properties} (100%) create mode 100644 gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_tr_TR.utf8.properties create mode 100644 gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_tr_TR.utf8.properties create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions.properties create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties diff --git a/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties b/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword_en_US.utf8.properties similarity index 100% rename from gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties rename to gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword_en_US.utf8.properties diff --git a/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_en_US.utf8.properties b/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_en_US.utf8.properties new file mode 100644 index 00000000000..b402d0656a4 --- /dev/null +++ b/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_en_US.utf8.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=My Password Questions + + diff --git a/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_en_US.utf8.properties b/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_en_US.utf8.properties new file mode 100644 index 00000000000..5c6de4a2eec --- /dev/null +++ b/gui/admin-gui-en-US/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_en_US.utf8.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=Security Questions + + diff --git a/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties b/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword_tr_TR.utf8.properties similarity index 100% rename from gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties rename to gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword_tr_TR.utf8.properties diff --git a/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_tr_TR.utf8.properties b/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_tr_TR.utf8.properties new file mode 100644 index 00000000000..11b68315c31 --- /dev/null +++ b/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions_tr_TR.utf8.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=Şifre Sorularım + + diff --git a/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_tr_TR.utf8.properties b/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_tr_TR.utf8.properties new file mode 100644 index 00000000000..a2d32e2470c --- /dev/null +++ b/gui/admin-gui-tr-TR/src/main/resources/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions_tr_TR.utf8.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=Güvenlik Soruları + + diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.java b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.java index 7825e4afeb2..b754a639c12 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.java +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.java @@ -210,14 +210,6 @@ public UserType checkUser(String email,String username){ } - - - - - - - - } } diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions.properties new file mode 100644 index 00000000000..b402d0656a4 --- /dev/null +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageMyPasswordQuestions.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=My Password Questions + + diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties new file mode 100644 index 00000000000..5c6de4a2eec --- /dev/null +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2013 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +page.title=Security Questions + +