We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90ddef commit 51a9133Copy full SHA for 51a9133
interface/web/mail/form/mail_user_filter.tform.php
@@ -42,7 +42,7 @@
42
$form["db_history"] = "no";
43
$form["tab_default"] = "filter";
44
$form["list_default"] = "mail_user_filter_list.php";
45
-$form["auth"] = 'yes'; // yes / no
+$form["auth"] = 'no'; // yes / no
46
47
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
48
$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user
0 commit comments