From c90ddef7c4c528962f2afb277ae6a94775fbc4db Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Thu, 30 Oct 2008 14:13:30 -0400 Subject: [PATCH] Same fix, but without totally removing the auth. --- interface/web/mail/form/mail_user_filter.tform.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/mail/form/mail_user_filter.tform.php b/interface/web/mail/form/mail_user_filter.tform.php index 40f4b85..d08ef21 100644 --- a/interface/web/mail/form/mail_user_filter.tform.php +++ b/interface/web/mail/form/mail_user_filter.tform.php @@ -42,13 +42,13 @@ $form["db_history"] = "no"; $form["tab_default"] = "filter"; $form["list_default"] = "mail_user_filter_list.php"; -$form["auth"] = 'no'; // yes / no +$form["auth"] = 'yes'; // yes / no $form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user $form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update, d = delete $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_other"] = 'r'; //r = read, i = insert, u = update, d = delete $form["tabs"]['filter'] = array ( 'title' => "Filter", -- Gitblit v1.9.1