| Syntax |
|
| Documentation | Function $denyUserAccess denies the specified accesses for the named user.
access_value_1 through access_value_n, the values of the accesses to be denied for the named user. Valid access values are:
- ACCESS_DELETE - ACCESS_READ - ACCESS_UPDATE - ACCESS_VISIBLE - ACCESS_DATABASE_CREATE - ACCESS_DATABASE_REMOVE - ACCESS_DATABASE_READ - ACCESS_DATABASE_UPDATE - ACCESS_ALL
the changes of the user accesses don't affect the groups the user is member of. |
| Examples | |
Deny some accesses for the user named 'Jack':
|
|
| Group | Security |
| Minimum required transaction-mode: | UPDATE=SECURITY |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 2 |
| Maximum parameters | <unlimited> |