global

def account_password_hash_column

hash using bcrypt.
ruby, it will not use a database function to do so, it will check the password
If the account_password_hash_column is set, the password hash is verified in
def account_password_hash_column
  nil
end