Skip to content

Commit c90ddef

Browse files
author
quentusrex
committed
Same fix, but without totally removing the auth.
1 parent 620df02 commit c90ddef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/mail/form/mail_user_filter.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
$form["db_history"] = "no";
4343
$form["tab_default"] = "filter";
4444
$form["list_default"] = "mail_user_filter_list.php";
45-
$form["auth"] = 'no'; // yes / no
45+
$form["auth"] = 'yes'; // yes / no
4646

4747
$form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
4848
$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user
4949
$form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update, d = delete
5050
$form["auth_preset"]["perm_group"] = 'riud'; //r = read, i = insert, u = update, d = delete
51-
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
51+
$form["auth_preset"]["perm_other"] = 'r'; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['filter'] = array (
5454
'title' => "Filter",

0 commit comments

Comments
 (0)