PMSS:Suspending/Unsuspending user

From Pulsed Media Wiki
Revision as of 07:58, 31 May 2011 by Nucode (talk | contribs) (Created page with "Suspending & Unsuspending an user can be trivial with inbuilt functions (Notice that as of writing this, these are still experimental scripts). This is achieved by disabling pass...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Suspending & Unsuspending an user can be trivial with inbuilt functions (Notice that as of writing this, these are still experimental scripts). This is achieved by disabling password and changing www folder so that there's no access. Disabling password & login disables FTP, SFTP, SSH access, and renaming www folder disables HTTP access.

To suspend:

cd /scripts
./suspend.php USERNAME

To unsuspend:

cd /scripts
./unsuspend.php USERNAME