| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::Plugin::Authentication::Password::View - views for password plugin
This provides the templates for the pages and forms used by the password authentication plugin.
Displays a sign-up form.
Displays the login form.
A handy template for embedding the login form. Just include it in your templates via:
show('/login_widget');
After requesting a password reset and clicking on the link sent by email, this receives that click and provides the form for resetting the password.
See Jifty::Plugin::Authentication::Action::ResetLostPassword.
Handles the work of confirming an email address for a new account.
See Jifty::Plugin::Authenticaiton::Password::View.
Starts the process of sending a link to reset a lost password by email.
See Jifty::Plugin::Authentication::Password::SendPasswordReminder.
Request a new email confirmation message be sent to your email account.
See Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself.
| Jifty documentation | view source | Contained in the Jifty distribution. |