Sha256: 885d0e46c84229ea4e53db5925ea8e2c5ad866b69607bcd696241ce5a105b04f

Contents?: true

Size: 1.28 KB

Versions: 9

Compression:

Stored size: 1.28 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.

== 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

9 entries across 9 versions & 1 rubygems

Version Path
rodauth-1.8.0 doc/change_password.rdoc
rodauth-1.7.0 doc/change_password.rdoc
rodauth-1.6.0 doc/change_password.rdoc
rodauth-1.5.0 doc/change_password.rdoc
rodauth-1.4.0 doc/change_password.rdoc
rodauth-1.3.0 doc/change_password.rdoc
rodauth-1.2.0 doc/change_password.rdoc
rodauth-1.1.0 doc/change_password.rdoc
rodauth-1.0.0 doc/change_password.rdoc