Skip to content
Snippets Groups Projects
Commit e6bb4e82 authored by quentusrex's avatar quentusrex
Browse files

Oops. Don't ever disable auth.

Bug FS#267 - mail filter not hidden for client 
parent a1216839
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ $form["db_table_idx"] = "filter_id";
$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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment