Disable advanced accessControl ui
This is working, from a configuration standpoint. However not all auth methods support this yet, so we hide it until that is done, otherwise it is just confusing
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
Access is granted to <b>{{appConfigure.app.accessRestriction.users[0]}}</b>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-group" ng-hide="appConfigure.app.manifest.singleUser">
|
||||
<div class="form-group" ng-hide="true || appConfigure.app.manifest.singleUser">
|
||||
<label class="control-label">Access control</label>
|
||||
<div class="radio">
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user