Disable HTTP Authentication by default. You can turn it on in the initializer.

This commit is contained in:
José Valim
2010-08-23 10:22:31 -03:00
parent 617b95fdcd
commit b8ab9a835b
6 changed files with 8 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ Devise.setup do |config|
# config.params_authenticatable = true
# Tell if authentication through HTTP Basic Auth is enabled. True by default.
# config.http_authenticatable = true
config.http_authenticatable = true
# The realm used in Http Basic Authentication
# config.http_authentication_realm = "Application"