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:

Figure 1: Confrim Change User panel


Instructions
To proceed with changes:
Press the OK button
To cancel the changes:
Press the Cancel button
To review the changes:
Press the Review Changes button; this will bring up the Review Changes panel showing the list of changes performed. Once the Review Changes panel is closed you will go back to this panel.
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 - OK button pressed
    df[1] 0 Changes were cancelled - Cancel button pressed
    dyn_string parameter (ds[])
    ds[] not used: empty variable is always returned.

    Back to the documentation of the fwAccessControl component.

    Piotr Golonka, CERN IT/CO-BE