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

NAME

MojoMojo::Controller::Admin - Site Administration

DESCRIPTION

Action to handle management of MojoMojo. Click the admin link at the bottom of the page while logged in as admin to access these functions.

METHODS

auto

Access control. Only administrators should access functions in this controller.

settings ( /.admin )

Show settings screen.

user ( .admin/user )

User listing with pager, for enabling/disabling users.

role ( .admin/role )

Role listing, creation and assignment.

create_role ( .admin/create_role )

Role creation page.

edit_role ( .admin/role/ )

Role edit page.

handle_role_form

Handle role form processing. Returns true when a submitted form was actually processed.

update_user ( *private*)

Update user based on user listing.

AUTHOR

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.