# File app/models/user.rb, line 67 def self.hash_password(password) Digest::SHA1.hexdigest(password) end