.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "MojoMojo::Controller::User 3pm" .TH MojoMojo::Controller::User 3pm "2018-01-13" "perl v5.26.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" MojoMojo::Controller::User \- Login/User Management Controller .SH "DESCRIPTION" .IX Header "DESCRIPTION" This controller performs user management: registration, login, logout, password recovery and profile editing. .SH "ACTIONS" .IX Header "ACTIONS" .SS "login (/.login)" .IX Subsection "login (/.login)" Log in through the authentication system. .SS "logout ( /.logout )" .IX Subsection "logout ( /.logout )" Log out the user. .SS "users ( /.users )" .IX Subsection "users ( /.users )" Show a list of the active users with links to the pages they edited. .SS "page_user" .IX Subsection "page_user" Show a user's preferences .SS "prefs ( .prefs )" .IX Subsection "prefs ( .prefs )" Main user preferences screen. .SS "password ( .prefs/password )" .IX Subsection "password ( .prefs/password )" Change password action. .PP \&\fBtemplate:\fR user/password.tt .SS "recover_pass" .IX Subsection "recover_pass" Email a user a new password .SS "register ( /.register )" .IX Subsection "register ( /.register )" Show new user registration form. .PP \&\fBtemplate:\fR \f(CW\*(C`user/register.tt\*(C'\fR .SS "is_account_taken" .IX Subsection "is_account_taken" Test to see if a login or email is already in use. .SS "do_register ( /.register )" .IX Subsection "do_register ( /.register )" New user registration processing. .PP \&\fBtemplates:\fR \f(CW\*(C`user/password.tt\*(C'\fR, \f(CW\*(C`user/validate.tt\*(C'\fR .SS "validate ( /.validate )" .IX Subsection "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. .SS "reconfirm" .IX Subsection "reconfirm" Send the confirmation mail again to another address. .SS "profile ( .profile )" .IX Subsection "profile ( .profile )" Show user profile. .SS "editprofile" .IX Subsection "editprofile" Form to edit a person's profile .SS "do_editprofile" .IX Subsection "do_editprofile" Apply the edits to a person's profile .SH "AUTHOR" .IX Header "AUTHOR" David Naughton , Marcus Ramberg .SH "LICENSE" .IX Header "LICENSE" This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.