Skip to end of banner
Go to start of banner

admDeactivateUser

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

De-activates a user (sets its active flag to 'false' or removes it from all groups associated to global login permissions).

Parameters

Return Type

Boolean (true/false)

Returns 'true' if operation succeeded and 'false' otherwise.

Example

admDeactivateUser("testuser");

See also

  • No labels