Project

General

Profile

« Previous | Next » 

Revision a416bb57

Added by Jan Pazdziora about 10 years ago

fixes #4442 - returning nil plays nice with try_to_login.

View differences:

app/models/auth_sources/auth_source_external.rb
class AuthSourceExternal < AuthSource
def authenticate(login, password)
raise NotImplementedError, "#{__class__} does not support authenticate"
return nil
end
def auth_method_name

Also available in: Unified diff