tbrehm
2008-06-08 8b5ccd302bd1497de721a25e4ce086bebf95173f
interface/web/admin/form/users.tform.php
@@ -66,6 +66,7 @@
$form['action']         = 'users_edit.php';
$form['db_table']      = 'sys_user';
$form['db_table_idx']   = 'userid';
$form["db_history"]      = "no";
$form['tab_default']   = 'users';
$form['list_default']   = 'users_list.php';
$form['auth']         = 'yes';
@@ -76,9 +77,9 @@
$form['auth_preset']['groupid'] = 0; 
//** Permissions are: r = read, i = insert, u = update, d = delete
$form['auth_preset']['perm_user'] = 'riud';
$form['auth_preset']['perm_group'] = 'riud'; //r = read, i = insert, u = update, d = delete
$form['auth_preset']['perm_other'] = ''; //r = read, i = insert, u = update, d = delete
$form['auth_preset']['perm_user']  = 'riud';
$form['auth_preset']['perm_group'] = 'riud';
$form['auth_preset']['perm_other'] = '';
//* Pick out modules
$modules_list = array();