Skip to content

Commit

Permalink
config.use_salt_as_remember_token is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenfeld committed Mar 28, 2012
1 parent 18829a5 commit 076f4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/templates/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
# If true, extends the user's remember period when remembered via cookie.
# config.extend_remember_period = false

# If true, uses the password salt as remember token. This should be turned
# to false if you are not using database authenticatable.
# Leave this set to true - this option was kept for backward compatibility
# and will be removed in some future release
config.use_salt_as_remember_token = true

# Options to be passed to the created cookie. For instance, you can set
Expand Down

0 comments on commit 076f4b4

Please sign in to comment.