global

def set_password(password)

def set_password(password)
  hash = super
  add_previous_password_hash(hash)
  hash
end