Help for this page
#In the application or scripts ... #roles must be registered to avoid typos My::Authentication::add_role([roles]); My::Authentication::rem_role([roles]);
#in an user_admin.pl script use My::Authentication; My::Authentication::administer(); # Then the script would handler EVERYTHING ELSE # (list users, allow editing, updating, deleting, roles etc.)