lib/devise.rb in devise-1.1.4 vs lib/devise.rb in devise-1.1.5
- old
+ new
@@ -65,10 +65,10 @@
mattr_accessor :authentication_keys
@@authentication_keys = [ :email ]
# If http authentication is enabled by default.
mattr_accessor :http_authenticatable
- @@http_authenticatable = true
+ @@http_authenticatable = false
# If http authentication is used for ajax requests. True by default.
mattr_accessor :http_authenticatable_on_xhr
@@http_authenticatable_on_xhr = true