| Panel Name | fwAccessControl/fwAccessControl_ConfirmChangeUser.pnl | |||
| Introduction |
Confirm Change of User
This panel asks for confirmation of the changes in user settings performed in the Edit User panel. It is presented in Figure 1:
|
|||
| Instructions |
|
|||
| Restrictions | ||||
| Dollar Parameters | ||
| Name | Description | |
| $userName | The name of the user | required |
| $changes | Text describing general changes, which will be passed
to the Review Changes
panel (see the description of the $changes parameter for that panel)
|
required |
| $addedItems | The list of groups to which the user was added, which will be passed
to the Review Changes
panel (see the description of the $addedItems parameter for that panel)
|
required |
| $removedItems | The list of groups from which the user was removed, which will be passed
to the Review Changes
panel (see the description of the $removedItems parameter for that panel)
|
required |
| Return Values from panel | ||
The panel should be opened using functions from the
ChildPanel...Returns(... , df,ds) family. When the panel is closed the following values may be returned in the df and ds parameters:
| ||
| Variable | Value(s) | Description |
dyn_float parameter (df[]) | ||
df[1] |
1 |
Changes were accepted - button pressed |
df[1] |
0 |
Changes were cancelled - button pressed |
dyn_string parameter (ds[]) | ||
ds[] |
|
not used: empty variable is always returned. |