[IMPROVED] Dropped username from login
This commit is contained in:
parent
63960e2e62
commit
2829f6a746
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user