Merge pull request #9158 from edx/release

Merging hotfix 2015-07-30 release back to master
This commit is contained in:
Will Daly
2015-08-03 08:42:28 -07:00

View File

@@ -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: