diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-22 14:36:00 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-08-22 14:36:00 +0200 |
commit | 48bdb1bec19e683a385116f278ed5d28faa303b0 (patch) | |
tree | abd0690f76bd6a760cc544846f18b44d1c0fe6a5 /config | |
parent | 231cffffb9084ed1b7779f40ec07ad617ec71a30 (diff) | |
download | nextcloud-server-48bdb1bec19e683a385116f278ed5d28faa303b0.tar.gz nextcloud-server-48bdb1bec19e683a385116f278ed5d28faa303b0.zip |
Allow to sort groups by name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9f6ef668c5e..9735847c0e3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -943,6 +943,11 @@ $CONFIG = array( 'ldapUserCleanupInterval' => 51, /** + * Sort groups in the user settings by name instead of the user count + */ +'sort_groups_by_name' => false, + +/** * Comments * * Global settings for the Comments infrastructure |