Sha256: fa50bc1774e6b7eb7adcc3bfffe54a9d7fb70e64846565babe5f5eb581e37a23

Contents?: true

Size: 1.47 KB

Versions: 33

Compression:

Stored size: 1.47 KB

Contents

= Documentation for Close Account Feature

The close account feature allows users to close their accounts.

== Auth Value Methods

account_closed_status_value :: The integer representing closed accounts.
close_account_additional_form_tags :: HTML fragment containing additional form tags to use on the close account form.
close_account_button :: The text to use for the close account button.
close_account_error_flash :: The flash error to show if there is an error closing the account.
close_account_notice_flash :: The flash notice to show after closing the account.
close_account_page_title :: The page title to use on the close account form.
close_account_redirect :: Where to redirect after closing the account.
close_account_requires_password? :: Whether a password is required when closing accounts.
close_account_route :: The route to the close account action. Defaults to +close-account+.
delete_account_on_close? :: Whether to delete the account when closing it, default value is to use +skip_status_checks?+.

== Auth Methods

after_close_account :: Run arbitrary code after closing the account.
before_close_account :: Run arbitrary code before closing an account.
before_close_account_route :: Run arbitrary code before handling a close account route.
close_account :: Close the account, by default setting the account status to closed.
close_account_view :: The HTML to use for the close account form.
delete_account :: If +delete_account_on_close?+ is true, delete the account when closing it.

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
rodauth-2.31.0 doc/close_account.rdoc
rodauth-2.30.0 doc/close_account.rdoc
rodauth-2.29.0 doc/close_account.rdoc
rodauth-2.28.0 doc/close_account.rdoc
rodauth-2.27.0 doc/close_account.rdoc
rodauth-2.26.1 doc/close_account.rdoc
rodauth-2.26.0 doc/close_account.rdoc
rodauth-2.25.0 doc/close_account.rdoc
rodauth-2.24.0 doc/close_account.rdoc
rodauth-2.23.0 doc/close_account.rdoc
rodauth-2.22.0 doc/close_account.rdoc
rodauth-2.21.0 doc/close_account.rdoc
rodauth-2.20.0 doc/close_account.rdoc
rodauth-2.19.0 doc/close_account.rdoc
rodauth-2.18.0 doc/close_account.rdoc
rodauth-2.17.0 doc/close_account.rdoc
rodauth-2.16.0 doc/close_account.rdoc
rodauth-2.15.0 doc/close_account.rdoc
rodauth-2.14.0 doc/close_account.rdoc
rodauth-2.13.0 doc/close_account.rdoc