• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Mass change mail "Access to the Customer Panel" settings?

G J Piper

Regular Pleskian
Is there a way to revoke "Access to the Customer Panel" from all email accounts at once, without disrupting any other settings?
 
First of all find all emails with allowed access with following SQL query in Plesk database:

MariaDB [psa]> select email from smb_users where isLocked=0;

Make sure that these are the addresses for which you want to deny access. If it is ok, run

MariaDB [psa]> update smb_users set isLocked=1 where isLocked=0;

I hope it will help.
 
Back
Top