mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Bug 61, change password broken
This commit is contained in:
@@ -465,7 +465,7 @@ class ApiController(RedditController):
|
||||
res._focus('verpass')
|
||||
res._update('verpass', value='')
|
||||
else:
|
||||
change_password(c.user, curpass, password)
|
||||
change_password(c.user, password)
|
||||
if updated:
|
||||
res._update('status',
|
||||
innerHTML=_('your email and password have been updated'))
|
||||
|
||||
Reference in New Issue
Block a user