|
NAMEMojoMojo::Controller::User - Login/User Management Controller DESCRIPTIONThis controller performs user management: registration, login, logout, password recovery and profile editing. ACTIONSlogin (/.login)Log in through the authentication system. logout ( /.logout )Log out the user. users ( /.users )Show a list of the active users with links to the pages they edited. page_userShow a user's preferences prefs ( .prefs )Main user preferences screen. password ( .prefs/password )Change password action. template: user/password.tt recover_passEmail a user a new password register ( /.register )Show new user registration form. template: "user/register.tt" is_account_takenTest to see if a login or email is already in use. do_register ( /.register )New user registration processing. templates: "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. reconfirmSend the confirmation mail again to another address. profile ( .profile )Show user profile. editprofileForm to edit a person's profile do_editprofileApply the edits to a person's profile AUTHORDavid Naughton <naughton@cpan.org>, Marcus Ramberg <mramberg@cpan.org> LICENSEThis library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
|