summaryrefslogtreecommitdiff
path: root/tests/auth_tests/client.py
AgeCommit message (Collapse)Author
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password ↵Rob
reset URLs. Co-authored-by: Tim Givois <tim.givois.mendez@gmail.com>
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP ↵Romain Garrigues
Referer header. Thanks Florian Apolloner for contributing to this patch and Collin Anderson, Markus Holtermann, and Tim Graham for review.