NAME

Jifty::Plugin::Authentication::Password::View - views for password plugin

DESCRIPTION

This provides the templates for the pages and forms used by the password authentication plugin.

TEMPLATES

signup

Displays a sign-up form.

login

Displays the login form.

login_widget

A handy template for embedding the login form. Just include it in your templates via:

  show('/login_widget');

See Jifty::Plugin::Authentication::Password::Action::Login.

let/reset_lost_password

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.

lost_password

Starts the process of sending a link to reset a lost password by email.

See Jifty::Plugin::Authentication::Password::SendPasswordReminder.

let/confirm_email

Handles the work of confirming an email address for a new account.

See Jifty::Plugin::Authenticaiton::Password::View.

resend_confirmation

Request a new email confirmation message be sent to your email account.

See Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.

SEE ALSO

Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Dispatcher

LICENSE

Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself.