• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

is there a way to find out, if a user has used the "i forgot my password" function?

ThomasV1

New Pleskian
hi guys,
my question is already in the topic...
so, is there a way?
i need to find out if someone has used and when he has used the function...

much greetings from germany, bavaria
thomas
 
You can find time an IPs with something like

# grep get_password.php /usr/local/psa/admin/logs/httpsd_access_log
 
hey Igor!

thank you, perfekt! you are the best!
but is there also a way so find out if this happened before some days?

because my httpsd_access_log is only from today...
so, is somewhere something like a httpsd_access_log_processed or similar?
 
Try to find something useful and related in panel.log for the same timestamp.
 
Back
Top