Method: Authenticate::Configuration#reset_password_within
- Defined in:
- lib/authenticate/configuration.rb
#reset_password_within ⇒ ActiveSupport::CoreExtensions::Numeric::Time
The time period within which the password must be reset or the token expires. If set to nil, the password reset token does not expire.
Defaults to 2.days.
226 227 228 |
# File 'lib/authenticate/configuration.rb', line 226 def reset_password_within @reset_password_within end |