Skip to content

Commit

Permalink
update defaults with new split perms
Browse files Browse the repository at this point in the history
  • Loading branch information
OAuthority authored Jan 27, 2024
1 parent 3cd7816 commit 0465226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/defaults/mw_permissions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VALUES
('default', 'autoconfirmed', '["autoconfirmed","editsemiprotected","mwoauthproposeconsumer","mwoauthupdateownconsumer","skipcaptcha","createaccount"]', '[]', '[]', '[]', '[]', '["&",[1,10],[2,345600]]'),
('default', 'autopatrolled', '["autopatrol","patrol","skipcaptcha","patrolmarks"]', '[]', '[]', '[]', '[]', NULL),
('default', 'bot', '["bot","autoconfirmed","editsemiprotected","nominornewtalk","autopatrol","suppressredirect","apihighlimits","writeapi","skipcaptcha"]', '[]', '[]', '[]', '[]', NULL),
('default', 'bureaucrat', '["noratelimit","managewiki","override-antispoof"]', '["bot","bureaucrat","sysop","interface-admin"]', '["bot","sysop","interface-admin"]', '[]', '[]', NULL),
('default', 'bureaucrat', '["noratelimit","managewiki-core", "managewiki-settings", "managewiki-permissions", "managewiki-namespaces", "override-antispoof"]', '["bot","bureaucrat","sysop","interface-admin"]', '["bot","sysop","interface-admin"]', '[]', '[]', NULL),
('default', 'confirmed', '["editsemiprotected","autoconfirmed","skipcaptcha"]', '[]', '[]', '[]', '[]', NULL),
('default', 'interface-admin', '["editsitecss","editsitejson","editsitejs","editinterface","editusercss","edituserjson","edituserjs"]', '[]', '[]', '[]', '[]', NULL),
('default', 'member', '["read"]', '[]', '[]', '[]', '[]', NULL),
Expand Down

0 comments on commit 0465226

Please sign in to comment.