added login thing
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
{if="$message"}
|
||||
<div class="alert alert-info">{$message}</div>
|
||||
{/if}
|
||||
<form role="form" method="POST">
|
||||
<form role="form" method="POST" action="ucp.php?page=login">
|
||||
<div class="form-group">
|
||||
<label for="InputUsername">Username</label>
|
||||
<input type="text" class="form-control" id="InputUsername" name="user_name" placeholder="Enter username">
|
||||
<input type="text" class="form-control" id="InputUsername" name="username" placeholder="Enter username">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="InputPassword">Password</label>
|
||||
|
Reference in New Issue
Block a user