• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue with suspend client/domain still being able to ftp

R

RickJones

Guest
hello,

We have a issue where we suspend the domain/client but the ftp details still work.

Is there are any way to stop this?

Thanks
 
Try

Code:
/etc/init.d/psa stop
/etc/init.d/psa start

Does that stop them from logging in?

Also make sure they are disabled in the /etc/shadow file
 
Restarting psa doesn't seem to disable FTP access for my suspended accounts. I can disable it via /etc/shadow but shouldn't Plesk be disabling all services when an account is suspended?

Try

Code:
/etc/init.d/psa stop
/etc/init.d/psa start

Does that stop them from logging in?

Also make sure they are disabled in the /etc/shadow file
 
Back
Top