Sha256: 89fda24e33ec528a4b25d1b61049c1920c3f9221176bd83f0ec134e7fe065a1a

Contents?: true

Size: 1.39 KB

Versions: 9

Compression:

Stored size: 1.39 KB

Contents

= Documentation for Confirm Password Feature

The confirm password feature allows you to redirect users to a page to
confirm their password.  It's used by the remember feature, but can also
by your application if you want to confirm passwords.

== Auth Value Methods

confirm_password_additional_form_tags :: HTML fragment containing additional form tags to use on the confirm password form.
confirm_password_button :: The text to use for the confirm password button.
confirm_password_error_flash :: The flash error to show if password confirmation is unsuccessful.
confirm_password_notice_flash :: The flash notice to show after password confirmed successful.
confirm_password_redirect :: Where to redirect after successful password confirmation. By default, uses <tt>session[:confirm_password_redirect]</tt> if set, allowing an easy way to redirect back to the page requesting password confirmation.
confirm_password_route :: The route to the confirm password form.

== Auth Methods

after_confirm_password :: Run arbitrary code after successful confirmation of password.
before_confirm_password :: Run arbitrary code before setting that the password has been confirmed.
confirm_password :: Run arbitrary code on correct password confirmation.
before_confirm_password_route :: Run arbitrary code before handling the password confirmation route.
confirm_password_view :: The HTML to use for the confirm password form.

Version data entries

9 entries across 9 versions & 1 rubygems

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