summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-13 19:31:01 -0400
committerCorey Hulen <corey@hulen.com>2016-04-13 16:31:01 -0700
commit8c2c8921446c0e098fdbc1e4287fc5e9b475d88a (patch)
treefc83c5009bbbe7c73da19cd8e8dbfb69f99793cd /webapp/i18n
parentc801ce7cd74e7963dbe3b49601f84830dec16bd0 (diff)
downloadchat-8c2c8921446c0e098fdbc1e4287fc5e9b475d88a.tar.gz
chat-8c2c8921446c0e098fdbc1e4287fc5e9b475d88a.tar.bz2
chat-8c2c8921446c0e098fdbc1e4287fc5e9b475d88a.zip
Allow customization of LDAP login fields (#2692)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 75d516f90..ee2d472e7 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -241,6 +241,12 @@
"admin.image.thumbWidthExample": "Ex \"120\"",
"admin.image.thumbWidthTitle": "Thumbnail Width:",
"admin.image.true": "true",
+ "admin.ldap.loginNameTitle": "Login Field Name:",
+ "admin.ldap.loginNameEx": "Ex \"LDAP Username\"",
+ "admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"LDAP Username\".",
+ "admin.ldap.passwordFieldTitle": "Password Field Name:",
+ "admin.ldap.passwordFieldEx": "Ex \"LDAP Password\"",
+ "admin.ldap.passwordFieldDesc": "The placeholder text that appears in the password field on the login page. Defaults to \"LDAP Password\".",
"admin.ldap.bannerDesc": "If a user attribute changes on the LDAP server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from an LDAP server. Synchronization with LDAP servers is planned in a future release.",
"admin.ldap.bannerHeading": "Note:",
"admin.ldap.baseDesc": "The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.",