diff options
author | Unknwon <u@gogs.io> | 2015-12-01 18:23:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-01 18:23:12 -0500 |
commit | 53bf23d965a5a0d2582b4f45da2dd997f90360b7 (patch) | |
tree | b542b8a5446bcbdd5287212c390d9eb2816290b6 /conf/locale | |
parent | 7ccce4d1102508cf1f993bde31bf502eb142a991 (diff) | |
parent | 573305f3d3ac55a79639dcb4cc55694ad7a914a5 (diff) | |
download | gitea-53bf23d965a5a0d2582b4f45da2dd997f90360b7.tar.gz gitea-53bf23d965a5a0d2582b4f45da2dd997f90360b7.zip |
Merge pull request #2079 from nanoant/patch/ldap-custom-username-attr
LDAP: Optional user name attribute specification
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index e4272328bd..763e3e5df9 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -878,6 +878,8 @@ 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_username = Username attribute +auths.attribute_username_placeholder = Leave empty to use sign-in form field value for user name. auths.attribute_name = First name attribute auths.attribute_surname = Surname attribute auths.attribute_mail = E-mail attribute |