Commit 9e078f91 authored by Franco Fichtner's avatar Franco Fichtner

login: it's pretty obvious that username and password are mandatory

parent b648161a
......@@ -255,12 +255,12 @@ function display_login_form()
<form class="clearfix" id="iform" name="iform" method="post" <?= $loginautocomplete ?> action="<?=$_SERVER['REQUEST_URI'];?>">
<div class="form-group">
<label for="usernamefld"><?=gettext("Username:"); ?>*</label>
<label for="usernamefld"><?=gettext("Username:"); ?></label>
<input id="usernamefld" type="text" name="usernamefld" class="form-control user" tabindex="1" />
</div>
<div class="form-group">
<label for="passwordfld"><?=gettext("Password:"); ?>*</label>
<label for="passwordfld"><?=gettext("Password:"); ?></label>
<input id="passwordfld" type="password" name="passwordfld" class="form-control pwd" tabindex="2" />
</div>
......
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