CreateUserControl
|
This control:
- is used by the portal GUI components to create a user
- gives some indication as to whether the creation is successful by
returning an instance of a ProfileWrapper if successful and throwing an
exception if not
- is able to determine whether this user already exists
Control properties:
- doPostProcess If true, then executes the post-user-creation
process after successfull user creation, which consists of authenticating
the user, updating the profile in the session, firing a SessionLoginEvent,
and firing a UserRegistrationEvent.
|