NAME
App::Manoc::DB::Result::User - A model object representing a person with access to the system.
VERSION
version 2.99.2
METHODS
group_roleset
Return an hash listing all the roles associated to the user via user groups.
roleset
Return an hash listing all the roles associated to the user, both group based and personal.
roles
Return a string listing all the roles associated to the user separated by space. To be used in UI.
check_password
Used for Catalyst authentication.
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.