| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::Plugin::Authentication::Password::Dispatcher - password plugin dispatcher
All the dispatcher rules jifty needs to support 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.
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. |