Sha256: 062bf1c09cc695b9c9ceb18098e7e2c82ef339a99ff7eb99e1fb98cfb411fe5a

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

= Documentation for Change Password Feature

The change password feature implements a form that a user can use to
change their password.

== Auth Value Methods

change_password_additional_form_tags :: HTML fragment containing additional
                                        form tags to use on the change password
                                        form.
change_password_button :: The text to use for the change password button.
change_password_error_flash :: The flash error to show for an unsuccessful
                               password change.
change_password_notice_flash :: The flash notice to show after a successful
                                password change.
change_password_redirect :: Where to redirect after a sucessful password change.
change_password_requires_password? :: Whether a password is required when
                                      changing passwords.
change_password_route :: The route to the change password action. Defaults to
                         +change-password+.

== Auth Methods

after_change_password :: Run arbitrary code after successful password change.
before_change_password :: Run arbitrary code before changing the password for an account.
before_change_password_route :: Run arbitrary code before handling a change password route.
change_password_view :: The HTML to use for the change password form.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rodauth-1.12.0 doc/change_password.rdoc
rodauth-1.11.0 doc/change_password.rdoc
rodauth-1.10.0 doc/change_password.rdoc
rodauth-1.9.0 doc/change_password.rdoc