mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-23 22:54:57 +00:00
Add sboverride
to editprotected
grant
This is where the `tboverride` right (similar to `sboverride`) is. In an ideal world, all existing rights should be assigned to a grant, so they can be used via OAuth / bot passwords. Change-Id: I6fd90d9ca27a93f5e8ecd8a8772b197288f46ae3
This commit is contained in:
parent
4fbd0d6df8
commit
b94010960c
|
@ -33,6 +33,9 @@
|
|||
"GrantPermissions": {
|
||||
"viewrestrictedlogs": {
|
||||
"spamblacklistlog": true
|
||||
},
|
||||
"editprotected": {
|
||||
"sboverride": true
|
||||
}
|
||||
},
|
||||
"APIModules": {
|
||||
|
|
Loading…
Reference in a new issue