This command modifies an existing user; omitted arguments are overwritten.
Table 14–16 Argument/Result for the udb.u.mod Command|
Argument/Result |
Syntax |
Description |
|
|---|---|---|---|
|
ID |
Required |
UserID |
The user ID |
|
np |
Optional |
String |
The new plaintext password for the user, cannot be used in conjunction with the an encoded password |
|
nep |
Optional |
String |
The new encoded password for the user, cannot be used in conjunction with the a plaintext password |
|
ng |
Optional |
GroupArray |
The new user groups for the user |
|
hide |
Optional |
Boolean |
Whether the user is set to hidden |
|
active |
Optional |
Boolean |
Whether the user is set to active |
|
forceFlush |
Optional |
Boolean |
True means flush the user's session variables, if needed, false means abort the modification. Defaults to false. |
|
loginConfig |
Optional |
String |
The new login configuration for the user |
|
result |
User |
The modified user |
|