mirror of https://github.com/aredn/aredn.git
bugfix: Help document incorrectly states web login password is encrypted.
User UI login uses http-basic authentication which is just base64 encoded for transit but not encrypted. This is a long standing error in documentation. Change-Id: Ib3e49533b2acb32496e5e2a9b9b93e1436bc5f0d
This commit is contained in:
parent
3457b040d8
commit
64eb08bdba
|
@ -85,8 +85,8 @@ performance. A wifi scan transmits queries on all channels to discover other dev
|
|||
interface. You will need to supply a username and password to access those
|
||||
pages. The username is always "root", and the password is the one you set on
|
||||
the Basic Setup page. If the node has not yet been configured, the password is
|
||||
"hsmm". Note that the password given to log in to the setup pages is encrypted
|
||||
in transit, so this is safe to do over a wireless connection.<br><br></li>
|
||||
"hsmm". Note that the password given to log in to the setup pages is NOT encrypted
|
||||
in transit.<br><br></li>
|
||||
|
||||
<li><strong>Select Theme</strong> switches display themes/styles. Black on white was chosen because it provides the best screen visibility on a laptop exposed to direct sunlight. Red on black is much
|
||||
better suited for night time use as it helps preserve night vision.</li>
|
||||
|
|
Loading…
Reference in New Issue