Sha256: da607900df18e026097412ed7bb939456f5b52a643d7cc874b18b909668cde38
Contents?: true
Size: 769 Bytes
Versions: 25
Compression:
Stored size: 769 Bytes
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. == Auth Value Methods verification_requested_at_column :: The column in the +verify_account_table+ table that holds the verification requested timestamp. unverified_account_session_key :: The session key set if the logged in account has not been unverified. 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
25 entries across 25 versions & 1 rubygems