{% extends 'auth/base.html' %} {% load static %} {% block title %}Password Reset Complete - {{ block.super }}{% endblock %} {% block content %}

Password Reset Complete!

Your password has been successfully updated.

Your account is now secure
You can now sign in with your new password.
Security Recommendations
Enable Two-Factor Authentication
Add an extra layer of security to your account
Use a Password Manager
Store and generate strong, unique passwords
Review Account Activity
Check for any suspicious login attempts
Important Notice
If you didn't request this password reset, please contact our support team immediately. Your account security is our top priority.
You will be automatically redirected to the login page in 30 seconds.
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}