Browse Source

Issue #41. Adding password requirements to initial password page

fastled
Xose Pérez 7 years ago
parent
commit
42da95ad7f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      code/html/password.html

+ 4
- 0
code/html/password.html View File

@ -39,6 +39,10 @@
<div class="pure-g"> <div class="pure-g">
<label class="pure-u-1 pure-u-md-1-4" for="adminPass1">Admin password</label> <label class="pure-u-1 pure-u-md-1-4" for="adminPass1">Admin password</label>
<input name="adminPass1" class="pure-u-1 pure-u-md-3-4" type="password" tabindex="1" /> <input name="adminPass1" class="pure-u-1 pure-u-md-3-4" type="password" tabindex="1" />
<div class="pure-u-0 pure-u-md-1-4">&nbsp;</div>
<div class="pure-u-1 pure-u-md-3-4 hint">
The administrator password is used to access this web interface (user 'admin'), but also to connect to the device when in AP mode or to flash a new firmware over-the-air (OTA).<br />
It should have at least <strong>eight characters</strong> (letters, numbers or the underscore) and at least <strong>one number</strong>, <strong>one lowercase</strong> and <strong>one uppercase</strong> letter.</div>
</div> </div>
<div class="pure-g"> <div class="pure-g">


Loading…
Cancel
Save