Merge pull request #9158 from edx/release
Merging hotfix 2015-07-30 release back to master
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user