diff --git a/plugin.rb b/plugin.rb index 7097a15..c9b03cc 100644 --- a/plugin.rb +++ b/plugin.rb @@ -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)