Show why the setting exists

This commit is contained in:
Girish Ramakrishnan
2020-10-23 11:47:23 -07:00
parent 4457b5879b
commit d557c8d9eb

View File

@@ -21,10 +21,10 @@
<div class="form-group" ng-show="serviceConfigure.service.name === 'sftp'">
<br>
<label class="control-label">Access Control</label>
<br>
<p><small>Allowing non-admins to access SFTP will let them read application config files and secret keys. For some apps like WordPress, they can also log the password.</small></p>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="serviceConfigure.requireAdmin">Allow only admins to access SFTP</input>
<input type="checkbox" ng-model="serviceConfigure.requireAdmin">Require admin role to access SFTP</input>
</label>
</div>
</div>