Review failed logins
Jump to navigation
Jump to search
sudo -u postgres psql confluence select a.CURFAILED as Current_failed_logins, a.TOTALFAILED as Total_Failed_logins, a.SUCCESSDATE, a.FAILEDDATE, b.username from logininfo a join user_mapping b on a.username = b.user_key where a.CURFAILED != '0' or a.TOTALFAILED != '0' ;
See also
- Confluence, Install Confluence (PostgreSQL), Integrate Jira and Confluence, Confluence release notes, Confluence logs (catalina.out),
systemctl start confluence, systemctl restart confluence, systemctl status confluence
, Confluence versions, Confluence: Restore Passwords To Recover Admin User Rights, OGNL
Advertising: