{% extends 'base.html' %} {% load static %} {% block title %}Password History - Account Security{% endblock %} {% block content %}
{{ stats.total_changes|default:12 }}
Password Changes
{{ stats.days_since_last_change|default:45 }}
Days Since Last Change
{{ stats.security_score|default:85 }}%
Security Score
{{ stats.failed_attempts|default:2 }}
Failed Attempts (30d)
Current Password Security Status
Last Changed

{{ last_password_change|default:"45 days ago" }}

Password Strength
Strong
Recommended Change

In {{ days_until_recommended|default:45 }} days

Change Frequency

Every {{ avg_change_frequency|default:90 }} days average

Security Recommendations
Use unique passwords for each account
Enable two-factor authentication
Change password every 90 days
Use a password manager
Date & Time Change Type IP Address Location Device/Browser Security Score Actions
Mar 01, 2024 02:30 PM 45 days ago
User Initiated 192.168.1.100 Home Network
New York, NY United States
Chrome 122 Windows 11
85% Strong
Jan 15, 2024 09:15 AM 3 months ago
Forced Change 10.0.0.50 Office Network
New York, NY United States
Safari 17 iOS 17.2
65% Medium
Dec 20, 2023 11:45 PM 4 months ago
Security Breach 203.0.113.45 Unknown Network
Unknown Suspicious Location
Unknown Suspicious Device
90% Strong
Nov 10, 2023 04:20 PM 5 months ago
Admin Reset 192.168.1.100 Home Network
New York, NY United States
Firefox 119 Windows 11
80% Strong
Showing 1 to 4 of 12 entries
Password Security Trends
Security Alerts
Password Age Warning

Your password is 45 days old. Consider changing it soon.

Security Improvement

Enable 2FA for enhanced account security.

Good Security Practice

You're using a strong password. Keep it up!

{% endblock %}