Skip to content
Snippets Groups Projects
Commit 41b0b761 authored by Peter Rotich's avatar Peter Rotich
Browse files

Always register AuthTokenAuthentication

parent 9ba26e74
Branches
Tags
No related merge requests found
......@@ -1126,8 +1126,7 @@ class AuthTokenAuthentication extends UserAuthenticationBackend {
}
if ($cfg && $cfg->isAuthTokenEnabled())
UserAuthenticationBackend::register('AuthTokenAuthentication');
UserAuthenticationBackend::register('AuthTokenAuthentication');
//Simple ticket lookup backend used to recover ticket access link.
// We're using authentication backend so we can guard aganist brute force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment