FEATURE: Match accounts using email by default
This commit is contained in:
parent
4425b8ae67
commit
5ce9aeb174
|
@ -9,7 +9,7 @@ require_relative 'app/models/user_associated_account'
|
||||||
|
|
||||||
class Auth::ManagedAuthenticator < Auth::Authenticator
|
class Auth::ManagedAuthenticator < Auth::Authenticator
|
||||||
def match_by_email
|
def match_by_email
|
||||||
false
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
def after_authenticate(auth_token)
|
def after_authenticate(auth_token)
|
||||||
|
|
Loading…
Reference in New Issue