From dbab54d49226106c904ed2ecc79775ff45e8b5f3 Mon Sep 17 00:00:00 2001 From: Gasmyr Date: Sun, 23 Sep 2018 15:48:09 +0100 Subject: [PATCH] Fix ManageAuthentication Captcha #1250 --- server/src/main/resources/oxtrust_en.properties | 4 ++++ server/src/main/resources/oxtrust_fr.properties | 5 +++++ server/src/main/resources/oxtrust_ru.properties | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/server/src/main/resources/oxtrust_en.properties b/server/src/main/resources/oxtrust_en.properties index 729544d35..b0a535be7 100644 --- a/server/src/main/resources/oxtrust_en.properties +++ b/server/src/main/resources/oxtrust_en.properties @@ -124,6 +124,10 @@ updateConfiguration.saveOxTrustImportPersonConfiguration = Save OxTrust Import P updateConfiguration.saveMemCacheConfiguration = Save MemCache Configuration updateConfiguration.saveConfiguration = Save Configuration +manageAuthentication.recaptchaSiteKey = Captcha Site Key +manageAuthentication.recaptchaSecretKey = Captcha Secret Key +manageAuthentication.disableCaptcha=Disable Captcha for Authentication form +manageAuthentication.manageAuthenticationRecaptcha = Manage Authentication Captcha manageAuthentication.configuration = Configuration manageAuthentication.changeBindPassword = Change Bind Password manageAuthentication.manageAuthentication = Manage Authentication diff --git a/server/src/main/resources/oxtrust_fr.properties b/server/src/main/resources/oxtrust_fr.properties index 8d6fd31fd..ade572cbc 100644 --- a/server/src/main/resources/oxtrust_fr.properties +++ b/server/src/main/resources/oxtrust_fr.properties @@ -122,6 +122,11 @@ updateConfiguration.saveOxTrustImportPersonConfiguration = Enregistrer la config updateConfiguration.saveMemCacheConfiguration = Enregistrer la configuration MemCache updateConfiguration.saveConfiguration = Enregistrer la configuration + +manageAuthentication.recaptchaSiteKey = Captcha Site Key +manageAuthentication.recaptchaSecretKey = Captcha Secret Key +manageAuthentication.disableCaptcha=Disable Captcha for Authentication form +manageAuthentication.manageAuthenticationRecaptcha = Manage Authentication Captcha manageAuthentication.configuration = Configuration manageAuthentication.changeBindPassword = Changer le mot de passe de Bind manageAuthentication.manageAuthentication = Gérer l'authentification diff --git a/server/src/main/resources/oxtrust_ru.properties b/server/src/main/resources/oxtrust_ru.properties index c4a6fa846..5b5222e19 100644 --- a/server/src/main/resources/oxtrust_ru.properties +++ b/server/src/main/resources/oxtrust_ru.properties @@ -119,6 +119,11 @@ updateConfiguration.saveOxTrustImportPersonConfiguration = Сохранить и updateConfiguration.saveMemCacheConfiguration = Сохранить настройки MemCache updateConfiguration.saveConfiguration = Сохраить настройки + +manageAuthentication.recaptchaSiteKey = Captcha Site Key +manageAuthentication.recaptchaSecretKey = Captcha Secret Key +manageAuthentication.disableCaptcha=Disable Captcha for Authentication form +manageAuthentication.manageAuthenticationRecaptcha = Manage Authentication Captcha manageAuthentication.configuration = Настройки manageAuthentication.changeBindPassword = Изменить пароль manageAuthentication.manageAuthentication = Управление аутентификацией