Merge pull request #176 from lojack/develop

this fixes #175
This commit is contained in:
Matt Wright
2013-12-19 10:08:51 -08:00
+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(config_value('CHANGE_PASSWORD_TEMPLATE'),