PLT-4041 Make SAML FirstName and LastName optional (#3951)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
9d11dd437f
Коммит
4bd5935bd8
@@ -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}
|
||||
|
||||
Ссылка в новой задаче
Block a user