The McDBUser interface represents a user within a secure McDBDatabase.
Object Model
Remarks
In addition to the base interface functionality, an McDBUser interface exposes:
A McDBGroups object containing the groups this user belongs to.
A DefaultObjectRights property, which is used when the user
creates new McDBNode objects.
A method for reassigning the user's login password, requiring
the old password be provided.
A VARIANT_BOOL property indicating whether the user is an
administrator (of security).
The password of an McUser cannot be retrieved, but may be assigned, if the old password can be provided and the user has sufficient access rights. This method allows the password of this McDBUser to be assigned in this manner.