From 8c2c8921446c0e098fdbc1e4287fc5e9b475d88a Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 13 Apr 2016 19:31:01 -0400 Subject: Allow customization of LDAP login fields (#2692) --- webapp/i18n/en.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webapp/i18n') 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.", -- cgit v1.2.3-1-g7c22