PMSS:Suspending/Unsuspending user

From Pulsed Media Wiki
Revision as of 16:51, 7 November 2011 by Nucode (talk | contribs) (moved PMSS Suspending/Unsuspending user to PMSS:Suspending/Unsuspending user: Categorization)
(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