
MojoMojo::Controller::User - Login/User Management Controller

This controller allows user to Log In and Log out.

Log in through the authentication system.
Log out the user
Show a list of the active users with a link to their page.
Main user preferences screen.
Change password action.
template: user/password.tt
Show new user registration form.
template: user/register.tt
New user registration processing.
template: user/password.tt / user/validate.tt
Validation of user email. Will accept a md5_hex mailed to the user earlier. Non-validated users will only be able to log out.
Send the confirmation mail again to another address.
Show user profile.

David Naughton <naughton@cpan.org>, Marcus Ramberg <mramberg@cpan.org>

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.