Updated Loging form:

Display invalid credentials message inside the primary-tabs div.
Added support to submit the form using <Enter>.
This commit is contained in:
jvelilla
2015-09-01 11:41:50 -03:00
parent 2f65a084ac
commit 634a078282
4 changed files with 14 additions and 19 deletions

View File

@@ -5,12 +5,12 @@
<div>
<form name="cms_basic_auth" action method="POST">
<div>
<input type="text" name="username" required>
<input type="text" name="username" id="username" required>
<label>Username</label>
</div>
<div>
<input type="password" name="password" required>
<input type="password" name="password" id="password" required>
<label>Password</label>
</div>