change success message on result message
This commit is contained in:
parent
49a080f9e8
commit
64c4f7b886
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ResetPasswordHandler(BaseHandler):
|
|||
html = self.render_template(
|
||||
'reset.html',
|
||||
result=True,
|
||||
result_message='password changed successfully',
|
||||
result_message='your password has been changed successfully',
|
||||
)
|
||||
self.finish(html)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue