Merge "Added missing disableoathforuser message"

This commit is contained in:
jenkins-bot 2019-04-04 19:51:25 +00:00 committed by Gerrit Code Review
commit 5466a919f4
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
] ]
}, },
"oathauth-desc": "Provides authentication support using HMAC based one-time passwords", "oathauth-desc": "Provides authentication support using HMAC based one-time passwords",
"disableoathforuser": "Disable user's two-factor authentication",
"oath": "OATHAuth", "oath": "OATHAuth",
"specialpages-group-oath": "Two-factor authentication", "specialpages-group-oath": "Two-factor authentication",
"oathauth-account": "Account name:", "oathauth-account": "Account name:",

View file

@ -14,6 +14,7 @@
}, },
"oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}", "oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}",
"oath": "{{optional}}\n{{doc-special|OATH}}", "oath": "{{optional}}\n{{doc-special|OATH}}",
"disableoathforuser": "{{doc-special|DisableOATHForUser}}",
"specialpages-group-oath": "{{doc-special-group|like=[[Special:OATH]]}}\n\nSee [[w:en:Two_factor_authentication|Wikipedia article on two factor authentication]].\n\n{{Identical|Two factor authentication}}", "specialpages-group-oath": "{{doc-special-group|like=[[Special:OATH]]}}\n\nSee [[w:en:Two_factor_authentication|Wikipedia article on two factor authentication]].\n\n{{Identical|Two factor authentication}}",
"oathauth-account": "Plain text associated with [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication] on this wiki (username@<wiki name>) found on Special:OATH.\n{{Identical|Account name}}", "oathauth-account": "Plain text associated with [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication] on this wiki (username@<wiki name>) found on Special:OATH.\n{{Identical|Account name}}",
"oathauth-secret": "Plain text found on Special:OATH while enabling OATH\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]", "oathauth-secret": "Plain text found on Special:OATH while enabling OATH\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",