diff options
author | Zachery Hostens <zacheryph@gmail.com> | 2016-03-14 09:40:16 -0500 |
---|---|---|
committer | Zachery Hostens <zacheryph@gmail.com> | 2016-03-14 09:40:16 -0500 |
commit | 63e21c146aa3fda2715d55235d54dfb95a9077cc (patch) | |
tree | 340eb71cf4cc49251f789c21be4c9e879d92de04 /conf/locale | |
parent | cb1eadc2768ea5ffb2967eb4262e96730c3f9ba5 (diff) | |
download | gitea-63e21c146aa3fda2715d55235d54dfb95a9077cc.tar.gz gitea-63e21c146aa3fda2715d55235d54dfb95a9077cc.zip |
ensure we don’t try changing LDAP passswords
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 95576ad2c2..a803b68839 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -162,6 +162,7 @@ reset_password = Reset Your Password invalid_code = Sorry, your confirmation code has expired or not valid. reset_password_helper = Click here to reset your password password_too_short = Password length cannot be less then 6. +non_local_account = Non-local accounts cannot change passwords through Gogs. [mail] activate_account = Please activate your account |