pub fn verify_password_bcrypt(password: &str, hash: &str) -> Result<bool>
Verify a password against a bcrypt hash.