Add note that users can be searched by token ID in the Users page (#7222)

* Update en.json

* Update custom_integrations_settings.jsx

* Update logs.jsx
Этот коммит содержится в:
Jason Blais
2017-08-16 09:18:06 -04:00
коммит произвёл enahum
родитель b122381e87
Коммит cc3d8a9180
3 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -185,7 +185,7 @@ export default class WebhookSettings extends AdminSettings {
helpText={ helpText={
<FormattedHTMLMessage <FormattedHTMLMessage
id='admin.service.userAccessTokensDescription' id='admin.service.userAccessTokensDescription'
defaultMessage='When true, users can create <a href="https://about.mattermost.com/default-user-access-tokens" target="_blank">user access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create user access tokens, go to the <strong>System Console > Users</strong> page.' defaultMessage='When true, users can create <a href="https://about.mattermost.com/default-user-access-tokens" target="_blank">user access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.'
/> />
} }
value={this.state.enableUserAccessTokens} value={this.state.enableUserAccessTokens}

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

@@ -96,7 +96,7 @@ export default class Logs extends React.PureComponent {
<div className='banner__content'> <div className='banner__content'>
<FormattedMessage <FormattedMessage
id='admin.logs.bannerDesc' id='admin.logs.bannerDesc'
defaultMessage='To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.' defaultMessage='To look up users by User ID or Token ID, go to Reporting > Users and paste the ID into the search filter.'
/> />
</div> </div>
</div> </div>

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

@@ -587,7 +587,7 @@
"admin.log.locationPlaceholder": "Enter your file location", "admin.log.locationPlaceholder": "Enter your file location",
"admin.log.locationTitle": "File Log Directory:", "admin.log.locationTitle": "File Log Directory:",
"admin.log.logSettings": "Log Settings", "admin.log.logSettings": "Log Settings",
"admin.logs.bannerDesc": "To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.", "admin.logs.bannerDesc": "To look up users by User ID or Token ID, go to Reporting > Users and paste the ID into the search filter.",
"admin.logs.reload": "Reload", "admin.logs.reload": "Reload",
"admin.logs.title": "Server Logs", "admin.logs.title": "Server Logs",
"admin.manage_roles.additionalRoles": "Select additional permissions for the account. <a href=\"https://about.mattermost.com/default-permissions\" target=\"_blank\">Read more about roles and permissions</a>.", "admin.manage_roles.additionalRoles": "Select additional permissions for the account. <a href=\"https://about.mattermost.com/default-permissions\" target=\"_blank\">Read more about roles and permissions</a>.",
@@ -844,7 +844,7 @@
"admin.service.useLetsEncrypt": "Use Let's Encrypt:", "admin.service.useLetsEncrypt": "Use Let's Encrypt:",
"admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.", "admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.",
"admin.service.userAccessTokensDescLabel": "Name: ", "admin.service.userAccessTokensDescLabel": "Name: ",
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens, go to the <strong>System Console > Users</strong> page.", "admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
"admin.service.userAccessTokensIdLabel": "Token ID: ", "admin.service.userAccessTokensIdLabel": "Token ID: ",
"admin.service.userAccessTokensTitle": "Enable Personal Access Tokens: ", "admin.service.userAccessTokensTitle": "Enable Personal Access Tokens: ",
"admin.service.webSessionDays": "Session length AD/LDAP and email (days):", "admin.service.webSessionDays": "Session length AD/LDAP and email (days):",