admActivateUser

Description

Activates a user, setting its active flag to 'true', if the update is allowed.

Return Type

Boolean (true/false)

Example

return admActivateUser("testUser");

Returns true if the update was allowed.

See also