• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

[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