Skip to content

community/py3-django-allauth: upgrade to 65.0.2

https://codeberg.org/allauth/django-allauth/src/tag/65.0.2/ChangeLog.rst

Breaking:

  • When the user is partially logged in (e.g. pending 2FA, or login by code), accessing the login/signup page now redirects to the pending login stage. This is similar to the redirect that was already in place when the user was fully authenticated while accessing the login/signup page. As a result, cancelling (logging out of) the pending stage requires an actual logout POST instead of merely linking back to e.g. the login page. The builtin templates handle this change transparently, but if you copied any of the templates involving the login stages you will have to adjust the cancel link into a logout POST.
Edited by Antoine Martin

Merge request reports