„content/login/index.html“ ändern

master
Erik 2020-02-19 10:13:18 +01:00
parent 6a3ec6963d
commit 92b98af834
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</div> </div>
<div class="item-2 round-border"> <div class="item-2 round-border">
<p>Login:</p> <p>Login:</p>
<form action="%CONTENT_DIR%/login/redirect.php" method="get"> <form action="%CONTENT_DIR%/login/redirect.php" method="post">
<input type="text" name="name" maxlength="20" placeholder="Username" /> <input type="text" name="name" 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>