Use the variable you create under "Current user" to submit the name of a currently logged in user to the user management. The user management accesses this variable with the following functions:
Function:
|
Action:
|
Login
|
Filled with the name of the successfully logged in user.
|
Change user
|
The source of the user to be edited.
|
Delete user
|
The source of the user to be deleted.
|
|
The source of the user whose password is supposed to be changed.
|
Logout
|
Is deleted after the log-out.
|
In order to open the dialogue for creating a variable, click on .
The dialogue for creating an string variable will pop up.
For our example, the variable was called "Usr_ActName" and the string length set to a maximum of 10 characters. See Dialogue / Register Base. The operating type was left at the default value. You can use the default string to define a default value. We will leave this parameter empty because we want the input field to be filled actively with a value (password).
The parameters in the "Functions" and "Process connection" registers are irrelevant for the demo project. You need to define a process connection if the <%VARSPS%> are supposed to be able to access the variable content.
|