python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.51k stars 598 forks source link

Bug: RESET password page don't follow same styling as signin page #2617

Open alphacrack opened 3 weeks ago

alphacrack commented 3 weeks ago

Describe the bug

RESET password page don't follow same styling as sign in page.

image image

To Reproduce

  1. Goto forgot password while sign in

Expected behavior

image

URL to the issue

https://www.python.org/accounts/password/reset/

Screenshots

No response

Browsers

Chrome

Operating System

macOS

Browser Version

Version 128.0.6613.120

Relevant log output

No response

Additional context

No response

ewdurbin commented 2 weeks ago

This is likely due to the upgrade of django-allauth. We probably need to audit and harmonize our account templates with the ones provided from allauth itself.