|
73 | 73 | # You can use this to let your user access some features of your application |
74 | 74 | # without confirming the account, but blocking it after a certain period |
75 | 75 | # (ie 2 days). |
76 | | - # config.confirm_within = 2.days |
| 76 | + # config.allow_unconfirmed_access_for = 2.days |
77 | 77 |
|
78 | 78 | # Defines which key will be used when confirming an account |
79 | 79 | # config.confirmation_keys = [ :email ] |
|
82 | 82 | # The time the user will be remembered without asking for credentials again. |
83 | 83 | # config.remember_for = 2.weeks |
84 | 84 |
|
85 | | - # If true, a valid remember token can be re-used between multiple browsers. |
86 | | - # config.remember_across_browsers = true |
87 | | - |
88 | 85 | # If true, extends the user's remember period when remembered via cookie. |
89 | 86 | # config.extend_remember_period = false |
90 | 87 |
|
91 | | - # If true, uses the password salt as remember token. This should be turned |
92 | | - # to false if you are not using database authenticatable. |
93 | | - config.use_salt_as_remember_token = true |
94 | | - |
95 | 88 | # Options to be passed to the created cookie. For instance, you can set |
96 | 89 | # :secure => true in order to force SSL only cookies. |
97 | 90 | # config.cookie_options = {} |
|
153 | 146 | # Defines name of the authentication token params key |
154 | 147 | # config.token_authentication_key = :auth_token |
155 | 148 |
|
156 | | - # If true, authentication through token does not store user in session and needs |
157 | | - # to be supplied on each request. Useful if you are using the token as API token. |
158 | | - # config.stateless_token = false |
159 | | - |
160 | 149 | # ==> Scopes configuration |
161 | 150 | # Turn scoped views on. Before rendering "sessions/new", it will first check for |
162 | 151 | # "users/sessions/new". It's turned off by default because it's slower if you |
|
0 commit comments