User Properties
An XAF user who has a list of associated security roles.Name | Description |
---|---|
ChangePasswordOnFirstLogon | Specifies whether the user must change password on the next logon. |
ID | Specifies the User identifier. |
IsActive | Specifies if a user is allowed to logon. |
Roles | A list of roles associated with the current user. |
StoredPassword | Specifies the encrypted password stored in the database. |
UserName | Specifies the user’s login name. |
See Also