datatracker/ietf/ietfauth
Paul Selkirk a3b4162841
fix: Don't redirect user to the login page when logging in (#6570)
* fix: Don't redirect user to the login page when logging in (#5876)

(Embrace and extend c4bf508cd8.)

* test: Add test case for login button

* refactor: The template filter just strips off a path prefix, so rename/recode accordingly

Also test with a non-trivial redirect target.
2023-11-05 11:09:07 +01:00
..
management refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
__init__.py Remove shim layer from ietfauth, delete some dead code and migrate 2013-12-05 16:24:03 +00:00
backends.py feat: treat django auth username as case insensitive throughout the datatracker (#5165) 2023-02-21 10:01:03 -06:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
forms.py chore: Put widgets from django-password-strength into ietfauth 2023-05-15 17:55:11 -03:00
htpasswd.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
tests.py fix: Don't redirect user to the login page when logging in (#6570) 2023-11-05 11:09:07 +01:00
urls.py chore: Use codespell to fix typos in code. (#4797) 2022-12-07 15:10:35 -06:00
utils.py feat: allow openId to choose an unactive email if there are none active (#6041) 2023-07-25 12:15:39 -07:00
views.py feat: Include support address in error message 2023-04-27 17:51:19 +00:00
widgets.py fix: replace deprecated bootstrap things (#5858) 2023-07-18 12:22:28 -05:00