Skip to content

Commit

Permalink
updated README and removed redundent line from application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamB committed Apr 20, 2011
1 parent 232992b commit 9d91bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ app/models/user.rb


app/views/* app/views/*


config/application.rb config/initializers/sorcery.rb


db/migrate/* db/migrate/*
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ class Application < Rails::Application


# Configure sensitive parameters which will be filtered from the log file. # Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password] config.filter_parameters += [:password]

config.sorcery.submodules = [:user_activation, :http_basic_auth, :remember_me, :reset_password, :session_timeout, :brute_force_protection, :activity_logging, :external]
end end
end end

0 comments on commit 9d91bff

Please sign in to comment.