Skip to content
Snippets Groups Projects
Commit 34273d37 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Allow clients to sign in

parent 2753ece9
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@ abstract class UserAuthenticationBackend extends AuthenticationBackend {
}
function getAllowedBackends($userid) {
$backends = array('authtoken');
$backends = array();
$sql = 'SELECT A1.backend FROM '.USER_ACCOUNT_TABLE
.' A1 INNER JOIN '.USER_EMAIL_TABLE.' A2 ON (A2.user_id = A1.user_id)'
.' WHERE backend IS NOT NULL '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment