mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-11 10:47:10 +01:00
Unify admin passwords
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user