Added Default Settings allowing control of system generated password lengths and strengths. Consistified (new word) password generation between Extension add and edit. Layout adjustment of Default Settings list.

This commit is contained in:
Nate Jones
2014-03-13 21:09:41 +00:00
parent 5d199ba3e1
commit 33bb2d850f
4 changed files with 99 additions and 43 deletions

View File

@@ -116,8 +116,10 @@ require_once "resources/paging.php";
if ($result_count > 0) {
$previous_category = '';
foreach($result as $row) {
if ($previous_category != $row['default_setting_category']) {
echo "<tr><td colspan='4' align='left'>\n";
if ($previous_category != '') { echo "<br /><br />"; }
echo " <br />\n";
echo " <b>".ucfirst($row['default_setting_category'])."</b>&nbsp;</td></tr>\n";
echo "<tr>\n";