NAME
MojoMojo::Controller::User - Login/User Management Controller
DESCRIPTION
This controller allows user to Log In and Log out.
ACTIONS
- login (/.login)
-
Log in through the authentication system.
- logout (/.logout)
-
Log out the user
- users (/.users)
-
Show a list of the active users with a link to their page.
- prefs
-
Main user preferences screen.
- password (/prefs/passwordy
-
Change password action.
template: user/password.tt
- register (/.register)
-
Show new user registration form.
template: user/register.tt
- do_register (/.register)
-
New user registration processing.
template: user/password.tt / user/validate.tt
- validate (/.validate)
-
Validation of user email. Will accept a md5_hex mailed to the user earlier. Non-validated users will only be able to log out.
- profile .profile
-
Show user profile.
AUTHOR
David Naughton <naughton@cpan.org>, Marcus Ramberg <mramberg@cpan.org>
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.