mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'Elsensee/ticket/12072' into develop-olympus
* Elsensee/ticket/12072: [ticket/12072] Fix comment about NEW MEMBERS permission
This commit is contained in:
commit
c1b48bdd01
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id,
|
||||||
# Bots having bot access
|
# Bots having bot access
|
||||||
INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (6, 2, 0, 19, 0);
|
INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (6, 2, 0, 19, 0);
|
||||||
|
|
||||||
# NEW MEMBERS aren't allowed to PM
|
# NEW MEMBERS are not allowed to send private messages
|
||||||
INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (7, 0, 0, 23, 0);
|
INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (7, 0, 0, 23, 0);
|
||||||
|
|
||||||
# NEW MEMBERS on the queue
|
# NEW MEMBERS on the queue
|
||||||
|
|
Loading…
Add table
Reference in a new issue