Skip to content

Commit

Permalink
Merge pull request #1251 from /issues/1250
Browse files Browse the repository at this point in the history
Fix ManageAuthentication Captcha #1250
  • Loading branch information
syntrydy committed Sep 23, 2018
2 parents 60b08f3 + dbab54d commit 685b5b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/main/resources/oxtrust_en.properties
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions server/src/main/resources/oxtrust_fr.properties
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions server/src/main/resources/oxtrust_ru.properties
Expand Up @@ -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 = Управление аутентификацией
Expand Down

0 comments on commit 685b5b1

Please sign in to comment.