Minor changes in the text about the password recovery system.
This commit is contained in:
parent
d4e3275625
commit
86eee44661
@ -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."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user