Unify admin passwords

This commit is contained in:
Xose Pérez
2016-11-14 00:26:30 +01:00
parent e501a9063e
commit bf73da17d4
6 changed files with 21 additions and 19 deletions

View File

@@ -168,9 +168,9 @@
</div>
<div class="pure-u-1">
<label class="form-label" for="httpPassword">Web interface password</label>
<div class="hint">Change the password for the 'admin' user to access this web interface.</div>
<input name="httpPassword" type="text" class="pure-u-1-4" tabindex="3">
<label class="form-label" for="adminPass">Administrator password</label>
<div class="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).</div>
<input name="adminPass" type="text" class="pure-u-1-4" tabindex="3">
</div>
</fieldset>