Bug 61, change password broken

This commit is contained in:
ketralnis
2008-06-30 11:46:32 -07:00
parent 950971c65f
commit e31a313a47

View File

@@ -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'))