#allow user administration. (for registration etc) My::Authentication->add_user($username, $password, { #hash to store data }, [ roles ]); My::Authentication->del_user($username);