mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
4d79731646
commit
10b158a182
@ -57,8 +57,8 @@ class LdapUserBackend extends Repository implements UserBackendInterface
|
||||
protected $sortRules = array(
|
||||
'user_name' => array(
|
||||
'columns' => array(
|
||||
'user_name asc',
|
||||
'is_active desc'
|
||||
'is_active desc',
|
||||
'user_name'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user