Only show external ldap settings when ?ldap query is passed for now
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
angular.module('Application').controller('UsersController', ['$scope', '$location', '$timeout', 'Client', function ($scope, $location, $timeout, Client) {
|
||||
Client.onReady(function () { if (!Client.getUserInfo().admin) $location.path('/'); });
|
||||
|
||||
// TODO remove this later when we know with which edtion to show
|
||||
$scope.showExternalLdap = $location.search().ldap;
|
||||
|
||||
$scope.ready = false;
|
||||
$scope.users = [];
|
||||
$scope.usersById = [];
|
||||
|
||||
Reference in New Issue
Block a user