Hi all,
Suspend/Unsuspend user's account on cPanel from command line
1. To suspend an account:
# /scripts/suspendacct <username>
2. To unsuspend an account:
# /scripts/unsuspendacct <username>
If you still see the suspension page after un-suspending an account, go to the /home/username/public_html/.htaccess file and remove the redirect lines.
Thank you for checking this.