Merge pull request #238 from pierrecorsini/patch-1

Wrong class name corrected with : `\OCA\UserExternal\WebDavAuth' inst…
This commit is contained in:
Côme Chilliet
2024-02-29 10:07:03 +01:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ Add the following to your `config.php`:
'user_backends' => array(
array(
'class' => '\OCA\UserExternal\WebDAVAuth',
'class' => '\OCA\UserExternal\WebDavAuth',
'arguments' => array('https://example.com/webdav'),
),
),