Add note that access control allows SFTP access
This commit is contained in:
@@ -53,14 +53,20 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label ng-show="appConfigure.ssoAuth" class="control-label">User management</label>
|
||||
<label ng-show="!appConfigure.ssoAuth" class="control-label">Dashboard visibility</label>
|
||||
<p ng-show="!appConfigure.ssoAuth && !appConfigure.app.manifest.addons.email" class="text-small">
|
||||
This app has it's own user management.
|
||||
</p>
|
||||
<p ng-show="!appConfigure.ssoAuth && appConfigure.app.manifest.addons.email">
|
||||
This app is pre-configured for use with <a href="https://cloudron.io/documentation/email/" target="_blank">Cloudron Email</a>.
|
||||
</p>
|
||||
<div ng-show="appConfigure.ssoAuth">
|
||||
<label class="control-label">User management</label>
|
||||
<p class="text-small" ng-show="appConfigure.ftp">This setting also controls SFTP access.</p>
|
||||
</div>
|
||||
<div ng-show="!appConfigure.ssoAuth">
|
||||
<label class="control-label">Dashboard visibility</label>
|
||||
<p ng-show="!appConfigure.app.manifest.addons.email" class="text-small">
|
||||
This app has it's own user management.
|
||||
<span ng-show="appConfigure.ftp">This setting also controls SFTP access.</span>
|
||||
</p>
|
||||
<p ng-show="appConfigure.app.manifest.addons.email">
|
||||
This app is pre-configured for use with <a href="https://cloudron.io/documentation/email/" target="_blank">Cloudron Email</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="radio">
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user