| Syntax |
|
| Documentation | Executes the specified statements as the administrator user of the current account:
|
| Examples | |
$createUser{$getCurrent{Name}}{$getCurrent{Password}} $addToGroup{$getCurrent{Name}}{guests_group}{regulars_group} } Result: the superuser with its rights creates user, adds him to group "guests_group" and "regulars_group" |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATOR |
| Minimum parameters | 1 |
| Maximum parameters | 2 |