[IMPROVED] Dropped username from login

This commit is contained in:
Sebastian Grewe 2014-01-10 20:27:18 +01:00
parent 63960e2e62
commit 2829f6a746
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<header><h3>Login with existing account</h3></header>
<div class="module_content">
<fieldset>
<label>Username or E-Mail</label>
<label>E-Mail</label>
<input type="text" name="username" size="22" maxlength="100" value="{$smarty.request.username|default:""|escape}" placeholder="Your username or email" required />
</fieldset>
<fieldset>

View File

@ -5,7 +5,7 @@
{if $GLOBAL.csrf.enabled && $GLOBAL.csrf.forms.login}<input type="hidden" name="ctoken" value="{$CTOKEN}" />{/if}
<input type="hidden" name="to" value="{$smarty.server.SCRIPT_NAME}?page=dashboard" />
<fieldset2 class="small">
<label>Username</label>
<label>E-Mail</label>
<input type="text" name="username" size="22" maxlength="100" required />
<fieldset2 class="small">
<label>Password</label>