]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - users/index.php
Security: check passwords against Have I Been Pwned
[irc/unrealircd/unrealircd-webpanel.git] / users / index.php
index c5ea05d97f5c70ecfec6f42be13c9610b779936e..4512c1b6e18e6a456c160aec0011306fc3445f53 100644 (file)
@@ -85,32 +85,11 @@ if (!empty($_POST))
 Click on a username to view more information.
 
 <div class="usertable">
 Click on a username to view more information.
 
 <div class="usertable">
-       
-       <?php
-
-       if (isset($_POST['uf_nick']) && strlen($_POST['uf_nick']))
-               Message::Info("Listing users which match nick: \"" . $_POST['uf_nick'] . "\"");
-
-       if (isset($_POST['uf_ip']) && strlen($_POST['uf_ip']))
-               Message::Info("Listing users which match IP: \"" . $_POST['uf_ip'] . "\"");
-
-       if (isset($_POST['uf_host']) && strlen($_POST['uf_host']))
-               Message::Info("Listing users which match hostmask: \"" . $_POST['uf_host'] . "\"");
-
-       if (isset($_POST['uf_account']) && strlen($_POST['uf_account']))
-               Message::Info("Listing users which match account: \"" . $_POST['uf_account'] . "\"");
-
-       if (isset($_POST['uf_server']) && strlen($_POST['uf_server']))
-               Message::Info("Listing users connected to servers matching: \"" . $_POST['uf_server'] . "\"");
-
-
-       ?>
+       <form method="post">
 
        <!-- The user list -->
 
        <!-- The user list -->
-       <!-- table id="data_list" class="container-xxl table table-sm table-responsive caption-top table-striped" -->
-       <!-- <table id="data_list" class="table table-striped table-bordered dt-responsive nowrap" style="width:400px"> -->
-       <table id="data_list" class="display responsive nowrap" style="width:100%">
-       <thead>
+       <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
+       <thead class="table-primary">
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_user(this)" /></th>
                <th scope="col">Nick</th>
                <th class="countrycol" scope="col">Country</th>
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_user(this)" /></th>
                <th scope="col">Nick</th>
                <th class="countrycol" scope="col">Country</th>