summaryrefslogtreecommitdiff
path: root/tests/auth_tests/client.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues