Commit 663b7b9c by Will Daly

Merge pull request #23 from edx/hotfix/2015-07-30

Hotfix 2015-07-23
parents 50247472 a59be0f7
......@@ -63,7 +63,7 @@ class TrackMiddleware(object):
# files when we change this.
censored_strings = ['password', 'newpassword', 'new_password',
'oldpassword', 'old_password']
'oldpassword', 'old_password', 'new_password1', 'new_password2']
post_dict = dict(request.POST)
get_dict = dict(request.GET)
for string in censored_strings:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment