Skip to content
Snippets Groups Projects
Commit 4c179850 authored by Niklas Sombert's avatar Niklas Sombert
Browse files

Revert "Added support for extra backends (see pull request #5043)"

This reverts commit 2d75914f, reversing
changes made to 760fa9ea.
parent 2d75914f
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@ class OC_Connector_Sabre_Auth extends Sabre_DAV_Auth_Backend_AbstractBasic {
return true;
} else {
OC_Util::setUpFS();//login hooks may need early access to the filesystem
//setup extra user backends
OC_User::setupBackends();//if you do not want to use Owncloud's integrated login
if(OC_User::login($username, $password)) {
OC_Util::setUpFS(OC_User::getUser());
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment