Wrong class name corrected with : \OCA\UserExternal\WebDavAuth' instead of WebDAVAuth`
Signed-off-by: Pierre CORSINI <50719398+pierrecorsini@users.noreply.github.com>
This commit is contained in:
@@ -131,7 +131,7 @@ Add the following to your `config.php`:
|
|||||||
|
|
||||||
'user_backends' => array(
|
'user_backends' => array(
|
||||||
array(
|
array(
|
||||||
'class' => '\OCA\UserExternal\WebDAVAuth',
|
'class' => '\OCA\UserExternal\WebDavAuth',
|
||||||
'arguments' => array('https://example.com/webdav'),
|
'arguments' => array('https://example.com/webdav'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user