Files
pretix_original/src/tests/control
Lukas Bockstaller a643abe293 Prevent email enumeration (#1000)
Here is my attempt to prevent user enumeration. 
I've made the following changes:

**Application:**
- replaces success and failure messages in the form with two (with/without redis) information messages 
- adds logging for attempted password resets of unknown users
- adds logging for failing emails

**Tests:**
- test_unknown asserts a redirect instead of a ok
- adds test_email_reset_twice_redis to assert the correct logging of a twice reset email 
- adds a FakeRedis class similiar to the one implemented in test_metrics.py. I could refactor them into the testutils folder if prefered. 

Please excuse the commit mess. I am currently fighting with my tooling.
2018-08-31 10:28:39 +02:00
..
2018-08-31 10:28:39 +02:00
2018-08-06 12:48:46 +02:00
2018-08-14 11:31:41 +02:00
2018-08-14 10:46:55 +02:00
2018-08-14 10:46:55 +02:00
2018-08-07 15:45:22 +02:00