FEATURE: Match accounts using email by default

This commit is contained in:
David Taylor 2018-11-09 13:13:26 +00:00
parent 4425b8ae67
commit 5ce9aeb174
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ require_relative 'app/models/user_associated_account'
class Auth::ManagedAuthenticator < Auth::Authenticator
def match_by_email
false
true
end
def after_authenticate(auth_token)