Commit ee9933d2 authored by Benoit Rat's avatar Benoit Rat Committed by Grzegorz Daniluk

www: force "root" username in the login menu

With release v4.2 we only have one valid user (root) to enter the www
configuration.
The "www root" user also shares the passwd with "ssh root" user.
parent 242e626d
......@@ -8,7 +8,7 @@ echo '</ul><br><hr>';
echo '<div class="login">
<h3>Login</h3>
<form method="post" action="login.php">
<input type="text" name="login" value="" placeholder="Username" size="15">
<input type="text" name="login" value="root" placeholder="Username" size="15" readonly>
<input type="password" name="password" value="" placeholder="Password" size="15">
<!--<p class="remember_me">
<label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment