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

Version Path
rodauth-2.36.0 doc/verify_account_grace_period.rdoc
rodauth-2.34.0 doc/verify_account_grace_period.rdoc
rodauth-2.33.0 doc/verify_account_grace_period.rdoc
rodauth-2.32.0 doc/verify_account_grace_period.rdoc
rodauth-2.31.0 doc/verify_account_grace_period.rdoc
rodauth-2.30.0 doc/verify_account_grace_period.rdoc
rodauth-2.29.0 doc/verify_account_grace_period.rdoc
rodauth-2.28.0 doc/verify_account_grace_period.rdoc
rodauth-2.27.0 doc/verify_account_grace_period.rdoc
rodauth-2.26.1 doc/verify_account_grace_period.rdoc
rodauth-2.26.0 doc/verify_account_grace_period.rdoc
rodauth-2.25.0 doc/verify_account_grace_period.rdoc
rodauth-2.24.0 doc/verify_account_grace_period.rdoc
rodauth-2.23.0 doc/verify_account_grace_period.rdoc
rodauth-2.22.0 doc/verify_account_grace_period.rdoc
rodauth-2.21.0 doc/verify_account_grace_period.rdoc
rodauth-2.20.0 doc/verify_account_grace_period.rdoc
rodauth-2.19.0 doc/verify_account_grace_period.rdoc
rodauth-2.18.0 doc/verify_account_grace_period.rdoc
rodauth-2.17.0 doc/verify_account_grace_period.rdoc