Various fixes to ldap view
also, keep it enabled for all for now
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
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.showExternalLdap = true;
|
||||
|
||||
$scope.ready = false;
|
||||
$scope.users = [];
|
||||
|
||||
Reference in New Issue
Block a user