Change Summary
{% if object.change_type == 'user_initiated' %}
{% elif object.change_type == 'admin_reset' %}
{% elif object.change_type == 'forced_change' %}
{% elif object.change_type == 'security_breach' %}
{% endif %}
Change Type
{{ object.change_type|default:"User Initiated"|title }}Date & Time
{{ object.created_at|default:"Mar 01, 2024 02:30 PM"|date:"M d, Y g:i A" }}
{{ object.created_at|default:"45 days ago"|timesince }} ago
IP Address
{{ object.ip_address|default:"192.168.1.100" }}
{{ object.network_type|default:"Home Network" }}
Security Score
Location & Device Information
Geographic Location
Country:
{{ object.country|default:"United States" }}
State/Region:
{{ object.region|default:"New York" }}
City:
{{ object.city|default:"New York" }}
ISP:
{{ object.isp|default:"Verizon Communications" }}
Timezone:
{{ object.timezone|default:"EST (UTC-5)" }}
Device & Browser
Device Type:
{{ object.device_type|default:"Desktop" }}
Operating System:
{{ object.os|default:"Windows 11" }}
Browser:
{{ object.browser|default:"Chrome 122.0" }}
Screen Resolution:
{{ object.screen_resolution|default:"1920x1080" }}
User Agent:
{{ object.user_agent|default:"Mozilla/5.0 (Windows NT 10.0; Win64; x64)..." }}
Password Security Analysis
Strength Metrics
Length
Excellent
Complexity
Strong
Uniqueness
Good
Dictionary Check
Passed
Security Features
Contains uppercase letters
Contains lowercase letters
Contains numbers
Contains special characters
No common patterns detected
Not in breach databases
Change Context
{% if object.change_reason %}
{% endif %}
{% if object.notes %}
{% endif %}
Reason for Change
{{ object.change_reason|default:"User requested password update for enhanced security." }}
Additional Notes
{{ object.notes|default:"Password changed successfully with no issues detected." }}
Security Status
Risk Level
{{ object.risk_level|default:"Low"|title }}
Verification Status
Verified
Location Trust
{% if object.location_trusted|default:True %}Trusted{% else %}Unknown{% endif %}
Device Trust
{% if object.device_trusted|default:True %}Trusted{% else %}Unknown{% endif %}
Related Events
Password Changed
{{ object.created_at|default:"Mar 01, 2024 02:30 PM"|date:"M d, Y g:i A" }}Email Notification Sent
{{ object.created_at|default:"Mar 01, 2024 02:31 PM"|date:"M d, Y g:i A" }}Security Verification
{{ object.created_at|default:"Mar 01, 2024 02:32 PM"|date:"M d, Y g:i A" }}Security Alert Triggered
{{ object.created_at|default:"Mar 01, 2024 02:25 PM"|date:"M d, Y g:i A" }}Quick Actions
{% if object.change_type == 'security_breach' %}
{% endif %}
Security Recommendations
Enable 2FA
Add an extra layer of security to your account.
Regular Updates
Change your password every 90 days.
Password Manager
Use a password manager for unique passwords.