1.2.10.5 User Objects

class User

Read only information about the user

firstname
The firstname of the user or None if there is no user.

surname
The surname of the user or None if there is no user.

username
The username of the user or None if there is no user.

password
The user's password or None if there is no user. If encryption is being used, this is the encrypted password.

email
The email address of the user or None if there is no user.

level
A dictionary where the keys are the application names and the values are the access levels of this user for the particular application. For example user.level[user.app] is the same as user.accessLevel