Sha256: c5e8879895128ee06a540f4ea40ef912ca004a8843877fba4dd7c3e1e137de6c

Contents?: true

Size: 1.55 KB

Versions: 16

Compression:

Stored size: 1.55 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_notice_flash :: The flash notice to show after closing the
                              account.
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

16 entries across 16 versions & 1 rubygems

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