jenkins-bot has submitted this change and it was merged. 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(-) Approvals: CSteipp: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I3be0d5285c87f7cf2aa7936b22c371f376b31ef7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OAuth Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
