• 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

Password Recovery

yuriymos

Basic Pleskian
I need script for password recovery for domain.

Something like this
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'SELECT s.login, a.password FROM accounts a, sys_users s WHERE a.id = s.account_id'

But the problem here is that I can not see domain names, just logins, which can be different from domain names.

Please, help me!
 
Back
Top