Improved user management in Admin CP
Fixes a few bugs from PR#17
This commit is contained in:
parent
9d6563f8de
commit
f467c3f0eb
5 changed files with 85 additions and 61 deletions
|
@ -24,12 +24,6 @@
|
|||
<h3>Create New Account</h3><hr />
|
||||
<form action="new" method="post">
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="username" class="control-label">Username</label>
|
||||
<div>
|
||||
<input type="text" autocomplete="off" name="username" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email" class="control-label">Email</label>
|
||||
<div>
|
||||
|
|
Reference in a new issue