Fixed form char limits

master
Keith Irwin 2017-12-22 18:15:05 +00:00
parent bbeb66233d
commit 2eec7a74cd
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
</div>
<div class='form-group' style="flex-wrap:wrap">
<input type="email" name="email" placeholder="Email" required>
<input type="email" name="email" placeholder="Email" maxlength="160" required>
<div id='password-group' class='input-with-addon-group'>
<input id='password' type="password" class='input-with-addon right' placeholder="Password" name="password" minlength="8" maxlength="160" required>
<input id='password' type="password" class='input-with-addon right' placeholder="Password" name="password" maxlength="160" required>
<input id='show' type="text" class='right input-addon yellow' size="4" value="SHOW" readonly>
</div>
</div>