PLT-4041 Make SAML FirstName and LastName optional (#3951)

Этот коммит содержится в:
enahum
2016-09-06 09:19:58 -03:00
коммит произвёл Joram Wilander
родитель 9d11dd437f
Коммит 4bd5935bd8
6 изменённых файлов: 9 добавлений и 22 удалений

Просмотреть файл

@@ -455,7 +455,7 @@ export default class SamlSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.saml.firstnameAttrDesc'
defaultMessage='The attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost.'
defaultMessage='(Optional) The attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost.'
/>
}
value={this.state.firstNameAttribute}
@@ -474,7 +474,7 @@ export default class SamlSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.saml.lastnameAttrDesc'
defaultMessage='The attribute in the SAML Assertion that will be used to populate the last name of users in Mattermost.'
defaultMessage='(Optional) The attribute in the SAML Assertion that will be used to populate the last name of users in Mattermost.'
/>
}
value={this.state.lastNameAttribute}