changed url to point to login logic instead of user home

master
BodgeMaster 2020-02-19 15:24:52 +01:00
parent a8bd99d00f
commit 01bb8d6d97
1 changed files with 2 additions and 2 deletions

View File

@ -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" />