clarify some registration imformation
This commit is contained in:
parent
76fe1f2bf1
commit
0d17ef4a3e
@ -24,7 +24,8 @@ block body
|
|||||||
small#display_nameText The name displayed on your public profiles.
|
small#display_nameText The name displayed on your public profiles.
|
||||||
.form-group
|
.form-group
|
||||||
label(for="email") Email Address
|
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
|
.form-group
|
||||||
label(for="password") Password
|
label(for="password") Password
|
||||||
input.form-control#password(type="password", name="password", aria-labelledby="passwordText")
|
input.form-control#password(type="password", name="password", aria-labelledby="passwordText")
|
||||||
@ -38,6 +39,12 @@ block body
|
|||||||
label Captcha
|
label Captcha
|
||||||
script(src='https://www.google.com/recaptcha/api.js')
|
script(src='https://www.google.com/recaptcha/api.js')
|
||||||
.g-recaptcha(data-sitekey=recaptcha)
|
.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
|
button.btn.btn-primary(type="submit") Register
|
||||||
| or
|
| or
|
||||||
a(href="/login") log in with an existing account
|
a(href="/login") log in with an existing account
|
||||||
|
Reference in New Issue
Block a user