Well, I having a problem with matches user password in devise rails. User password store on my db which encrypted_password and when I trying find user by password, I don't understand how match password from form and encrypted_password in my db.
User.find_by_email_and_password(params[:user][:email], params[:user][:password])