Verifies a plain password against the user's stored bcrypt hash.
User object with password hash.
password
Plain-text password to verify.
true if the password matches, false otherwise.
true
false
Verifies a plain password against the user's stored bcrypt hash.