diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-22 17:53:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-22 17:53:33 +0000 |
commit | 667071917e822e454c40acb5256d7daeb58d3a3b (patch) | |
tree | 2812fb402987eb19d76529de55d859e75d961805 /config/locales/pt-BR.yml | |
parent | 3ffdc863dec492808e3f05c8bd0e0e4df44650d6 (diff) | |
download | redmine-667071917e822e454c40acb5256d7daeb58d3a3b.tar.gz redmine-667071917e822e454c40acb5256d7daeb58d3a3b.zip |
Fixed that LDAP does not check the user and password when are defined in the method of authentication (#21674).
Patch by Helder Manuel Torres Vieira.
git-svn-id: http://svn.redmine.org/redmine/trunk@15086 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt-BR.yml')
-rw-r--r-- | config/locales/pt-BR.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 8802ba324..491d4199c 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -196,6 +196,7 @@ pt-BR: error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' + error_ldap_bind_credentials: "Conta/Palavra-chave do LDAP não é válida" mail_subject_lost_password: "Sua senha do %{value}." mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |