no change really
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ class User < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
return auth
|
return auth
|
||||||
end
|
end
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
# More secure version, still lacking a decent hashing routine, this is for timing attack prevention
|
# More secure version, still lacking a decent hashing routine, this is for timing attack prevention
|
||||||
def self.authenticate(email, password)
|
def self.authenticate(email, password)
|
||||||
@@ -46,7 +46,7 @@ class User < ActiveRecord::Base
|
|||||||
raise "Incorrect username or password"
|
raise "Incorrect username or password"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# Logfile created on 2013-09-11 09:30:39 -0400 by logger.rb/31641
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Logfile created on 2013-09-11 09:30:46 -0400 by logger.rb/31641
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Logfile created on 2013-09-11 09:30:53 -0400 by logger.rb/31641
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Logfile created on 2013-09-11 09:29:14 -0400 by logger.rb/31641
|
||||||
Reference in New Issue
Block a user