Gergő Tisza has uploaded a new change for review. https://gerrit.wikimedia.org/r/221829
Change subject: Remove unblockself right ...................................................................... Remove unblockself right There is just no use case for an OAuth application to have the unblockself right. Bug: T64298 Change-Id: I3be0d5285c87f7cf2aa7936b22c371f376b31ef7 --- M OAuth.config.php 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth refs/changes/29/221829/1 diff --git a/OAuth.config.php b/OAuth.config.php index 89ef913..64c15dd 100644 --- a/OAuth.config.php +++ b/OAuth.config.php @@ -60,7 +60,6 @@ $wgMWOAuthGrantPermissions['useoauth']['read'] = true; $wgMWOAuthGrantPermissions['useoauth']['skipcaptcha'] = true; $wgMWOAuthGrantPermissions['useoauth']['torunblocked'] = true; -$wgMWOAuthGrantPermissions['useoauth']['unblockself'] = true; $wgMWOAuthGrantPermissions['useoauth']['writeapi'] = true; $wgMWOAuthGrantPermissions['highvolume']['bot'] = true; -- To view, visit https://gerrit.wikimedia.org/r/221829 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3be0d5285c87f7cf2aa7936b22c371f376b31ef7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OAuth Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
