clarify some registration imformation

This commit is contained in:
Evert Prants 2019-09-08 19:00:33 +03:00
parent 76fe1f2bf1
commit 0d17ef4a3e
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 8 additions and 1 deletions

View File

@ -24,7 +24,8 @@ block body
small#display_nameText The name displayed on your public profiles.
.form-group
label(for="email") Email Address
input.form-control#email(type="email", name="email", value=formkeep.email)
input.form-control#email(type="email", name="email", value=formkeep.email, aria-labelledby="display_emailText")
small#display_emailText Used only for important updates regarding your account.
.form-group
label(for="password") Password
input.form-control#password(type="password", name="password", aria-labelledby="passwordText")
@ -38,6 +39,12 @@ block body
label Captcha
script(src='https://www.google.com/recaptcha/api.js')
.g-recaptcha(data-sitekey=recaptcha)
.form-group
small By creating an account on Icy Network, you are indicating that you have read and agree to the
a(href="/docs/terms-of-service", target="_blank") Terms of Service
| and the
a(href="/docs/privacy-policy", target="_blank") Privacy Policy
|.
button.btn.btn-primary(type="submit") Register
| or
a(href="/login") log in with an existing account