This commit is contained in:
Robert Clark
2013-10-30 18:04:42 -04:00
parent 75794d5527
commit b6007cb515
+1
View File
@@ -301,6 +301,7 @@ def change_password():
get_url(_security.post_login_view))
if request.json:
form.user = current_user
return _render_json(form)
return render_template('security/change_password.html',