
Jifty::Plugin::Authentication::Password::Dispatcher - password plugin dispatcher

All the dispatcher rules jifty needs to support "" in Jifty::Authentication::Password

before logoutLogout and return home.
See Jifty::Plugin::Authentication::Password::Action::Logout.
before *Setup the navigation menu for login or logout.
on qr/^(?:signup|lost_password)$/Redirect to home if logged.
Request a password reminder or signup for an account otherwise.
on loginRedirect to home if logged.
Show the login form otherwise.
before reset_lost_passwordRequest a password reset.
before passwordreminderRequest a new password reminder to be sent by email.
See Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder.
before signupSign up for an account.
See Jifty::Plugin::Authentication::Password::Action::Signup.
before loginLogin to your account.
See Jifty::Plugin::Authentication::Password::Action::Login.
Adds the login and signup links to the navigation menu.
Adds the logout link to the navigation menu.

Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::View

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