fixes for new user settings
This commit is contained in:
parent
d423d7e446
commit
04142091d9
4 changed files with 15 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
<h2 style="text-align: left;">Please sign in</h2>
|
||||
|
||||
<label for="txtManualName" style="text-align: left;">User:</label>
|
||||
<input type="text" name="txtManualName" id="txtManualName" />
|
||||
<input type="text" name="txtManualName" id="txtManualName" required="required" />
|
||||
|
||||
<label for="txtManualPassword" style="text-align: left;">Password:</label>
|
||||
<input type="password" name="txtManualPassword" id="txtManualPassword" placeholder="password" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue