Started captcha and better avatar control, improved login form to fit register link better.
This commit is contained in:
parent
b3b6d43dcc
commit
143aa3b990
4 changed files with 84 additions and 12 deletions
|
@ -31,6 +31,13 @@
|
|||
<label for='password_confirmation'>Password confirmation</label>
|
||||
<input :disabled="registering" v-model='user.confirm' class='form-control' id='password_confirmation' type='password'>
|
||||
</div>
|
||||
<!--
|
||||
<div class='form-group'>
|
||||
<label for='captcha'>Captcha</label>
|
||||
<img src='/qvittersimplesecurity/captcha.jpg' alt='captcha' class='captcha'>
|
||||
<input :disabled="registering" v-model='user.captcha' placeholder='Enter captcha' type='test' class='form-control' id='captcha'>
|
||||
</div>
|
||||
-->
|
||||
<div class='form-group'>
|
||||
<button :disabled="registering" type='submit' class='btn btn-default base05 base01-background'>Submit</button>
|
||||
</div>
|
||||
|
@ -63,7 +70,7 @@
|
|||
}
|
||||
|
||||
.terms-of-service {
|
||||
flex: 0 1 55%;
|
||||
flex: 0 1 50%;
|
||||
margin: 0.8em;
|
||||
}
|
||||
|
||||
|
@ -99,6 +106,11 @@
|
|||
padding: 0.1em 0.2em 0.2em 0.2em;
|
||||
}
|
||||
|
||||
.captcha {
|
||||
max-width: 350px;
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
//align-self: flex-start;
|
||||
//width: 10em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue