Difference between revisions of "PMSS:Suspending/Unsuspending user"

From Pulsed Media Wiki
(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...")
(No difference)

Revision as of 08:58, 31 May 2011

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