• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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