# File lib/devise/strategies/authenticatable.rb, line 11 def valid? valid_for_params_auth? || valid_for_http_auth? end