class %Installer.User
extends %Installer.Activity
This is a "User" activity within a Manifest document
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
10
|
|
|
|
|
|
property ChangePassword
as %Boolean;
Force user to change password
property Comment
as %String;
Comment
property Enabled
as %Boolean;
User Enabled
property ExpirationDate
as %String;
Expiration date
property Fullname
as %String [ Required ];
User's full name
property Namespace
as %String;
Namespace
property PasswordVar
as %String [ Required ];
Password variable name (passwords must come from a %Installer var for security reasons)
property Roles
as %String [ Required ];
Roles
property Routine
as %String;
Routine
property Username
as %String [ Required ];
Username