• 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.

[FIX] Backup account id=0

Frank.P

Regular Pleskian
Error:domain
Could not find password for account id '0'. Return empty password
 
Last edited:
Thanks abdi.

I use this steps:

cd %plesk_dir%\MySQL\Bin
mysql.exe -uadmin -P8306 -p<THE ADMINISTRATOR PASSWORD>
use psa;
SELECT concat(mail.mail_name,'@',domains.name) FROM mail INNER JOIN domains ON mail.dom_id=domains.id WHERE mail.account_id=0

The MSDOS return the emails with empty password.
From Plesk Panel. you can set new password or delete account
 
Back
Top