Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 25, 2010
1 parent 7e25354 commit 3697273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depot/app/models/user.rb
Expand Up @@ -43,7 +43,7 @@ def password_non_blank

def self.encrypted_password (password, salt)
string_to_hash = password + "wibble" + salt
Digest::SHA1.hexdigest (string_to_hash)
Digest::SHA1.hexdigest(string_to_hash)
end

def create_new_salt
Expand Down

0 comments on commit 3697273

Please sign in to comment.