mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #121 from rgarmsen2295/mm-1445
MM-1445 Changed valet title and description for clarity
This commit is contained in:
@@ -78,13 +78,14 @@ var FeatureTab = React.createClass({
|
||||
<button className={"btn btn-default "+valetActive[0]} onClick={function(){self.handleValetRadio("true")}}>On</button>
|
||||
<button className={"btn btn-default "+valetActive[1]} onClick={function(){self.handleValetRadio("false")}}>Off</button>
|
||||
</div>
|
||||
<div><br/>Warning: Turning on the Valet feature and using it with any third party software increases the risk of a security breach.</div>
|
||||
<div><br/>Valet is a preview feature for enabling a non-user account limited to basic member permissions that can be manipulated by 3rd parties.<br/><br/>IMPORTANT: The preview version of Valet should not be used without a secure connection and a trusted 3rd party, since user credentials are used to connect. OAuth2 will be used in the final release.</div>
|
||||
<br></br>
|
||||
</div>
|
||||
);
|
||||
|
||||
valetSection = (
|
||||
<SettingItemMax
|
||||
title="Valet"
|
||||
title="Valet (Preview - EXPERTS ONLY)"
|
||||
inputs={inputs}
|
||||
submit={this.submitValetFeature}
|
||||
server_error={server_error}
|
||||
@@ -102,7 +103,7 @@ var FeatureTab = React.createClass({
|
||||
|
||||
valetSection = (
|
||||
<SettingItemMin
|
||||
title="Valet"
|
||||
title="Valet (Preview - EXPERTS ONLY)"
|
||||
describe={describe}
|
||||
updateSection={function(){self.props.updateSection("valet");}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user