Update add_user.php
This commit is contained in:
@@ -50,7 +50,8 @@ if($perms[0]!=="1"){
|
|||||||
<label for="password">Password:</label>
|
<label for="password">Password:</label>
|
||||||
<input type="password" class="form-control" id="password" name="password" required>
|
<input type="password" class="form-control" id="password" name="password" required>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<label for="perms_table">Permissions:</label>
|
||||||
|
<table class="table" id="perms_table" name="perms_table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user