diff options
author | Unknwon <u@gogs.io> | 2015-09-10 17:11:41 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-10 17:11:41 -0400 |
commit | 06174482826e81fb7c4675efff092e2986c4dac0 (patch) | |
tree | dda3e0393111ab21789784316e2463bd920430e9 /conf | |
parent | fa728d8dff2ddb8039efc2767f4fefb2d2f62004 (diff) | |
download | gitea-06174482826e81fb7c4675efff092e2986c4dac0.tar.gz gitea-06174482826e81fb7c4675efff092e2986c4dac0.zip |
finish new add auth UI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 44f764eac5..482709bacd 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -817,6 +817,7 @@ auths.host = Host auths.port = Port auths.bind_dn = Bind DN auths.bind_password = Bind Password +auths.bind_password_helper = Warning: This password is stored in plain text. Do not use a high privileged account. auths.user_base = User Search Base auths.user_dn = User DN auths.attribute_name = First name attribute @@ -834,7 +835,7 @@ auths.pam_service_name = PAM Service Name auths.enable_auto_register = Enable Auto Registration auths.tips = Tips auths.edit = Edit Authentication Setting -auths.activated = This authentication has activated +auths.activated = This authentication is activate auths.update_success = Authentication setting has been updated successfully. auths.update = Update Authentication Setting auths.delete = Delete This Authentication |