jenkins-bot has submitted this change and it was merged. Change subject: Mention required key format ......................................................................
Mention required key format Change-Id: Ic9357d38fba37276077d0c5613c385b30ce6b22e --- M frontend/language/MWOAuth.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Demon: Looks good to me, approved jenkins-bot: Verified diff --git a/frontend/language/MWOAuth.i18n.php b/frontend/language/MWOAuth.i18n.php index 365fb4c..f620ea4 100644 --- a/frontend/language/MWOAuth.i18n.php +++ b/frontend/language/MWOAuth.i18n.php @@ -67,7 +67,7 @@ A few recommendations and remarks: * Try to use as few grants as possible. Avoid grants that are not actually needed now. * Versions are of the form "major.minor.release" (the last two being optional) and increase as grant changes are needed. -* Please provide an RSA key if possible; otherwise a (less secure) secret token will have to be used. +* Please provide a public RSA key (in PEM format) if possible; otherwise a (less secure) secret token will have to be used. * Use the JSON restrictions field to limit access of this consumer to IP addresses in those CIDR ranges. * You can use a wiki ID to restrict the consumer to a single wiki on this site (use "*" for all wikis). * The email address provided must match that of your account (which must have been confirmed).', -- To view, visit https://gerrit.wikimedia.org/r/80153 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9357d38fba37276077d0c5613c385b30ce6b22e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OAuth Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
