Be more clear about first login

private-asciicasts
Marcin Kulik 10 years ago
parent a80e9a72f0
commit 65349d60cc

@ -39,6 +39,9 @@ h1, h2, h3
h1 h1
font-size: 30px font-size: 30px
span.glyphicon
top: 5px
h2 h2
font-size: 24px font-size: 24px

@ -1,7 +1,9 @@
.container .container
.row .row
.col-md-12 .col-md-6
h1 Log in h1
span class="glyphicon glyphicon-user"
| Log in
br br
@ -15,3 +17,17 @@
- if @invalid_email - if @invalid_email
br br
p.text-danger This email address doesn't seem to be correct. p.text-danger This email address doesn't seem to be correct.
.col-md-6
h1
span class="glyphicon glyphicon-info-sign"
| First time here?
br
p
| asciinema uses email-based, passwordless login process.
Whether you're here for the first time or you're coming back,
just enter your email address and you'll get sent a login link.
If you're doing this for the first time then your user account will
automatically get created.

Loading…
Cancel
Save