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

Version Path
rodauth-1.23.0 doc/verify_account_grace_period.rdoc
rodauth-1.22.0 doc/verify_account_grace_period.rdoc
rodauth-1.21.0 doc/verify_account_grace_period.rdoc
rodauth-1.20.0 doc/verify_account_grace_period.rdoc
rodauth-1.19.1 doc/verify_account_grace_period.rdoc
rodauth-1.19.0 doc/verify_account_grace_period.rdoc
rodauth-1.18.0 doc/verify_account_grace_period.rdoc
rodauth-1.17.0 doc/verify_account_grace_period.rdoc
rodauth-1.16.0 doc/verify_account_grace_period.rdoc
rodauth-1.15.0 doc/verify_account_grace_period.rdoc
rodauth-1.14.0 doc/verify_account_grace_period.rdoc
rodauth-1.13.0 doc/verify_account_grace_period.rdoc
rodauth-1.12.0 doc/verify_account_grace_period.rdoc
rodauth-1.11.0 doc/verify_account_grace_period.rdoc
rodauth-1.10.0 doc/verify_account_grace_period.rdoc
rodauth-1.9.0 doc/verify_account_grace_period.rdoc
rodauth-1.8.0 doc/verify_account_grace_period.rdoc
rodauth-1.7.0 doc/verify_account_grace_period.rdoc
rodauth-1.6.0 doc/verify_account_grace_period.rdoc
rodauth-1.5.0 doc/verify_account_grace_period.rdoc