User Model
- Namespace: io_comand_repo\models
- Extends: Content
- Implements: nothing
The User model is used to access and manage webCOMAND Users, as well as app and other users that are implemented with the Login Framework.
Properties
- Email - Email address for this user.
- FirstName - First name for this user.
- LastName - Last name for this user.
- Username - Username for this user, which is may be their email address.
Methods
- add_user_role()
- check_authorized_field()
- check_authorized_object()
- check_authorized_type()
- find_authorized_fields()
- get_authorized_reference_types()
- get_authorized_types()
- get_full_name()
- get_initials()
- is_super_user()
- load_user_roles()