mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02: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
@ -21,7 +21,7 @@ class UserGroupBackend
|
||||
*/
|
||||
protected static $defaultBackends = array(
|
||||
'db',
|
||||
'ini'
|
||||
//'ini'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user