mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
UserGroupBackend: Disable default backend type `ini'
We're not going to support this until a proper membership implementation exists (or is required at all). refs #8826
This commit is contained in:
parent
223ecab991
commit
f93c2de6be
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class UserGroupBackend
|
|||
*/
|
||||
protected static $defaultBackends = array(
|
||||
'db',
|
||||
'ini'
|
||||
//'ini'
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue