Sha256: b82ca75e9c2cc3028756cc826e49b60ab03aecbfa8be0341fdf4de41f355735d
Contents?: true
Size: 1.1 KB
Versions: 37
Compression:
Stored size: 1.1 KB
Contents
= Documentation for Verify Account Grace Period Feature The verify account grace period feature allows users to login for a given period of time (1 day by default) before their account is verified. Depends on the verify account feature. This switches the +verify_account_set_password?+ to false so that user can login with a password during the grace period. == Auth Value Methods unverified_account_session_key :: The session key set if the logged in account has not been unverified. unverified_change_login_error_flash :: The flash error to show when an unverified accounts accesses a change login route. unverified_change_login_redirect :: Where to redirect when an unverified accounts accesses a change login route. verification_requested_at_column :: The column in the +verify_account_table+ table that holds the verification requested timestamp. verify_account_grace_period :: The amount of seconds after an account creation that a user will be able to login without verifying (86400 by default). == Auth Methods account_in_unverified_grace_period? :: Whether the current account is in an unverified grace period.
Version data entries
37 entries across 37 versions & 1 rubygems