adjutant/adjutant
Adrian Turjak 3fe9d171cb Temporary fix for user enumeration via password reset API
There is a noticable delay when providing a valid username
to the password reset API. Ideally we want to fix this by handling
request in an async fashion, but that will likely have to wait
until we have moved to the planned worker/api model.

This just makes the API always take at least 3 seconds.

Change-Id: I82d46e9d64c65930dbe7d8821941ee9173431d56
2019-01-16 13:29:10 +13:00
..
actions Switch to ignoring pep W503 2018-12-02 01:01:51 +13:00
api Temporary fix for user enumeration via password reset API 2019-01-16 13:29:10 +13:00
common Switch to ignoring pep W503 2018-12-02 01:01:51 +13:00
notifications Add notification link in email template 2018-02-14 09:41:59 +13:00
startup Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
__init__.py Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
exceptions.py Link to tasks panel in notifications 2017-12-07 15:09:27 +13:00
middleware.py Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
settings.py Properly use TLS in Django for email 2018-04-05 12:58:27 +12:00
test_settings.py Add Octavia (LBaaS) into quota management 2018-02-12 18:48:02 +13:00
urls.py Renaming StackTask to Adjutant 2017-05-17 12:25:45 +12:00
utils.py Replace six.iteritems() with .items() 2017-07-11 04:20:40 +00:00
wsgi.py Removed unnessacary code in wsgi.py file 2018-04-05 15:21:56 +12:00