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:
Johannes Meyer 2015-05-13 10:45:54 +02:00
parent 223ecab991
commit f93c2de6be

View File

@ -21,7 +21,7 @@ class UserGroupBackend
*/
protected static $defaultBackends = array(
'db',
'ini'
//'ini'
);
/**