From 86eee44661c0dbf7b7f68fc68a5e17d7cf674ce0 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 23 Mar 2024 19:50:01 +0100 Subject: [PATCH] Minor changes in the text about the password recovery system. --- src/App/Page/Authentication.purs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App/Page/Authentication.purs b/src/App/Page/Authentication.purs index 893a703..29195d4 100644 --- a/src/App/Page/Authentication.purs +++ b/src/App/Page/Authentication.purs @@ -204,14 +204,14 @@ render { wsUp, current_tab, authenticationForm, passwordRecoveryForm, newPasswor auth_form = [ Bulma.h3 "Authentication", render_auth_form ] passrecovery_form = - [ Bulma.h3 "Password Recovery" + [ Bulma.h3 "You forgot your password (or your login)" , Bulma.div_content - [ Bulma.p "You forgot your password? Ask for a password recovery token!" + [ Bulma.p "Enter either your login or email and you'll receive a recovery token." ] , render_password_recovery_form ] newpass_form = - [ Bulma.h3 "You got the recovery mail and have a token" + [ Bulma.h3 "You got the password recovery mail" , Bulma.div_content [ Bulma.p "Nice! You get to choose your new password." ]