forked from root/threadr.lostcave.ddnss.de
changed url to point to login logic instead of user home
parent
a8bd99d00f
commit
01bb8d6d97
|
@ -23,8 +23,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="item-2 round-border">
|
<div class="item-2 round-border">
|
||||||
<p>Login:</p>
|
<p>Login:</p>
|
||||||
<form action="%CONTENT_DIR%/userhome/" method="post">
|
<form action="%CONTENT_DIR%/login/redirect.php" method="post">
|
||||||
<input type="text" name="name" maxlength="20" placeholder="Username" />
|
<input type="text" name="username" maxlength="20" placeholder="Username" />
|
||||||
<input type="password" name="password" maxlength="256" placeholder="Password" />
|
<input type="password" name="password" maxlength="256" placeholder="Password" />
|
||||||
<p></p>
|
<p></p>
|
||||||
<input type="submit" value="Log in" />
|
<input type="submit" value="Log in" />
|
||||||
|
|
Loading…
Reference in New Issue