mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
prelogin apps have to be loaded within setupBackend() otherwise required classes cannot be loaded
This commit is contained in:
parent
6b1d70f148
commit
e515509a81
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ class OC_User {
|
|||
* setup the configured backends in config.php
|
||||
*/
|
||||
public static function setupBackends() {
|
||||
OC_App::loadApps(array('prelogin'));
|
||||
$backends = OC_Config::getValue('user_backends', array());
|
||||
foreach ($backends as $i => $config) {
|
||||
$class = $config['class'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue