# File lib/oauth/controllers/provider_controller.rb, line 160 def authenticate_user(username,password) User.authenticate(username,password) end