Minor changes in the text about the password recovery system.

beta
Philippe Pittoli 2024-03-23 19:50:01 +01:00
parent d4e3275625
commit 86eee44661
1 changed files with 3 additions and 3 deletions

View File

@ -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."
]