The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Catalyst::Controller::Users - Catalyst controller for displaying users

SYNOPSIS

    package MyApp::Controller::Users;
    use base 'Mango::Catalyst::Controller::Users';

DESCRIPTION

Mango::Catalyst::Controller::Users provides the web interface for display users and their information.

ACTIONS

create : /users/create/

Creates, or 'signs up' a new user.

instance : /users/<username>/

Loads the specified user.

view : /users/<username>/

Displays information for the specified user.

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/