CatalystX::Usul::Controller::Admin::UserManager - User account management


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::Controller::Admin::UserManager - User account management

Version

Top

0.3.$Revision: 576 $

Synopsis

Top

   package MyApp::Controller::Admin;

   use base qw(CatalystX::Usul::Controller::Admin);

   __PACKAGE__->build_subcontrollers;

Description

Top

Create and maintain user accounts across multiple user data stores

Subroutines/Methods

Top

user_base

All the user actions are chained on this one. It determines the current authentication realm and which storage model that uses. Stashes the model references for later use

mail_aliases

Calls the mail alias model to stash the data used to create the mail aliases form

mail_aliases_create_or_update

Action that calls the model to create a new mail alias or update an existing one. Called in response to pressing the insert or save button on the mail_aliases form

mail_aliases_delete

Calls the model to delete an existing mail alias. Called in response to pressing the delete button on the mail_aliases form

user_admin

Chained on user_base with a null path part this action redirects to user_manager

user_manager

Calls the user model to stash the data used to create the user account management form

user_manager_create_or_update

This action calls the user model to create a new user account or update an existing one. Called in response to pressing the create or save button on the user_manager form

user_manager_delete

Calls the user model to delete the selected user account. Called in response to pressing the delete button on the user_manager form

user_manager_fill

Called in response to pressing the fill button on the user_manager form this action calls the user model to automatically fill in some of the fields on the form

user_profiles

Calls the profiles model to stash the data used to create the user profiles form. User profiles provide a number of static parameters used in the creation of a user account

user_profiles_create_or_update

This action calls the profiles model to create a new profile or update an existing one. It is called in response to pressing the create or save buttons on the user_profiles form

user_profiles_delete

Calls the delete method on the user profiles model in response to pressing the delete button on the user_profiles form

user_report

Calls the user model to stash the data used to create either the available user reports list or to view a specific report. The report id can be passed as the first captured argument after Catalyst context

user_report_execute

Called in response to pressing the execute button on the user_report form this action calls the user model to generate a report on the available user accounts

user_report_list

Switches back to the report list after viewing a specific report

user_report_purge

One or more accounts can be selected from viewing a specific user account report. This action is called in response to pressing the purge button on that report and will call the user model to delete all the selected accounts

user_security

Calls the security form on the user model to stash the form data. This form allows administrators to add/remove users to/from roles and to change a users password

user_security_set

Updates the selected users password

user_security_update

Updates the selected users list of roles (groups)

user_sessions

Display two tables. The list of current sessions stored in the session store and the list of current TTY sessions

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

CatalystX::Usul::Controller

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.