• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[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