no change really

This commit is contained in:
cktricky
2013-09-11 10:58:46 -04:00
parent 6f71d7eda7
commit c56dbe54a7
5 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ class User < ActiveRecord::Base
end
return auth
end
=begin
# More secure version, still lacking a decent hashing routine, this is for timing attack prevention
def self.authenticate(email, password)
@@ -46,7 +46,7 @@ class User < ActiveRecord::Base
raise "Incorrect username or password"
end
end
=end
=end