in reply to Re: RFC: Authentication/Authorization System
in thread RFC: Authentication/Authorization System

I would make
$admin->add_user(...);
so that the user who wants to add another has to login! And possibly remember which user was created from whom. But My::Authentication->add_role($role) is ok.