From 64c4f7b886bd093c5f43edcd38abe315171a6385 Mon Sep 17 00:00:00 2001 From: Leticia Portella Date: Wed, 26 Sep 2018 18:46:09 -0300 Subject: [PATCH] change success message on result message --- firstuseauthenticator/firstuseauthenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstuseauthenticator/firstuseauthenticator.py b/firstuseauthenticator/firstuseauthenticator.py index 8699d56..254bedc 100644 --- a/firstuseauthenticator/firstuseauthenticator.py +++ b/firstuseauthenticator/firstuseauthenticator.py @@ -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)