Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mojomojo::controller::user(3pm) [debian man page]

MojoMojo::Controller::User(3pm) 			User Contributed Perl Documentation			   MojoMojo::Controller::User(3pm)

NAME
MojoMojo::Controller::User - Login/User Management Controller DESCRIPTION
This controller performs user management: registration, login, logout, password recovery and profile editing. 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 links to the pages they edited. page_user Show a user's preferences prefs ( .prefs ) Main user preferences screen. password ( .prefs/password ) Change password action. template: user/password.tt recover_pass Email a user a new password register ( /.register ) Show new user registration form. template: "user/register.tt" is_account_taken Test 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. reconfirm Send the confirmation mail again to another address. profile ( .profile ) Show user profile. editprofile Form to edit a person's profile do_editprofile Apply the edits to a person's 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. perl v5.14.2 2011-09-02 MojoMojo::Controller::User(3pm)

Check Out this Related Man Page

MojoMojo::Controller::Attachment(3pm)			User Contributed Perl Documentation		     MojoMojo::Controller::Attachment(3pm)

NAME
MojoMojo::Controller::Attachment - Attachment controller DESCRIPTION
MojoMojo supports attaching files to nodes. This controller handles administration and serving of these assets. ACTIONS
auth Return whether the current user has attachment manipulation rights (upload/delete). unauthorized Private action to return a 403 with an explanatory template. default Private action to return a 404 not found page. attachments Main attachment screen. Handles uploading of new attachments. list Display the list of attachments if the user has view permissions. template: attachments/list.tt plain_upload Upload feature that uses the traditional upload technique. check_file Check if the file(s) uploaded could be added to the Attachment table. flash_upload Upload feature that uses flash attachment Find and stash an attachment. defaultaction Set the default action for an attachment which is forwarding to a view. view Render the attachment in the browser ("Content-Disposition: inline"), with caching for 1 day. download Forwards to "view" then forces the attachment to be downloaded ("Content-Disposition: attachment") and disables caching. thumb Thumb action for attachments. Makes 100x100px thumbnails. inline Show 800x600 inline versions of photo attachments. delete Delete the attachment from this node. Will leave the original file on the file system but delete its thumbnail and inline versions. AUTHOR
Marcus Ramberg "marcus@nordaaker.com" LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-05-23 MojoMojo::Controller::Attachment(3pm)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to logout inactive users????

I would like to automatically logout from the system inactive users depending on their functions. For example there are users that I would like to logout after 15 minutes of inactivity, but there are others that I would like to logout after 30 minutes of inactivity. It's possible to do this??? (6 Replies)
Discussion started by: rrivas
6 Replies

2. UNIX for Advanced & Expert Users

Login User

Dear all members I've a question basd on an AIX enviroment. In here I've two administrative users, are used for the running application (SAP). Now my problem's, that's not possible to login over the "normal" Loginscreen as such a user. If I try this, the FTP connection will closed at once. It's... (6 Replies)
Discussion started by: olli2002
6 Replies

3. UNIX for Advanced & Expert Users

password will expire

login: TEST7 TEST7's Password: Your password will expire: Wed Feb 19 14:28:08 2003 How can I the same information become in a script (as example in the .profile)????????? My login starts with .profile. These File is a menue with 24 lines and the message " Your password ....." disappear to... (8 Replies)
Discussion started by: Erwin Stocker
8 Replies

4. UNIX for Dummies Questions & Answers

Sco unix

In sco unix sysyem, we can see the users by suing w. at the idel column we can know how long a user who login the system but do noting. My question is how can I auto logout such users like above? (6 Replies)
Discussion started by: luoxl
6 Replies

5. Post Here to Contact Site Administrators and Moderators

To Driver

Driver, Are you an admin? I got banned from the board two times! Is this authorized? (13 Replies)
Discussion started by: Computekwes
13 Replies

6. Red Hat

Chnage direcortory upon login

Hi, I am using Redhat 4AS and I'm planning to change the default directory (/home/psuser) upon login to /opt/directory/. This is my .bash_profile entry: # .bash_profile # Get the aliases and functions if ; then . ~/.bashrc fi # User specific environment and startup programs... (9 Replies)
Discussion started by: The One
9 Replies

7. Solaris

Login and logout logs in server

Hi, Can you please let me know how can and where we will find the logs. ie,which user is login and logout from server and by using which ip address they accessed server. please let me know the steps and folder, file names to trace the logs from server . we are using System = SunOS 5.10. Please... (10 Replies)
Discussion started by: kancherla.sree
10 Replies

8. Shell Programming and Scripting

How to validate Database password in ksh?

Hi All, I want to validate the Production Database password at the time of login through script. If incorrect password entererd by the user, the script will ask again for the password. Below is the sample of my script... ######################### # Unix Code Starts here #... (6 Replies)
Discussion started by: saps19
6 Replies

9. HP-UX

Create a new user from using existing users profile

Hello, Just wanting to know if it is possible. Also I am new to command line. I am running 5.1b, if that matters. Thanks in advance (10 Replies)
Discussion started by: bcha
10 Replies

10. UNIX for Beginners Questions & Answers

Use case for logout of shell

Hello Experts, I have a use case - Currently, in my .profile I have added "bash" at the end so while logging in, it will be bashed as well. Which is working fine and no issues. But while logging out, I have hit exit two times like 1st exit will come out of bash shell and 2nd exit will... (5 Replies)
Discussion started by: radha254
5 Replies

11. What is on Your Mind?

New Login Button for UNIX.COM

Hey, Have changed the login from a legacy form on the upper right to a JS popup (which I originally wrote for mobile); by clicking on the person looking icon on the upper right. I have tested and it seems to work fine (has been working on mobile for quite some time); but I may tweek the... (14 Replies)
Discussion started by: Neo
14 Replies