mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Merge "Added missing disableoathforuser message"
This commit is contained in:
commit
5466a919f4
|
@ -6,6 +6,7 @@
|
|||
]
|
||||
},
|
||||
"oathauth-desc": "Provides authentication support using HMAC based one-time passwords",
|
||||
"disableoathforuser": "Disable user's two-factor authentication",
|
||||
"oath": "OATHAuth",
|
||||
"specialpages-group-oath": "Two-factor authentication",
|
||||
"oathauth-account": "Account name:",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"oathauth-desc": "{{desc|name=OATH Auth|url=https://www.mediawiki.org/wiki/Extension:OATHAuth}}",
|
||||
"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}}",
|
||||
"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]",
|
||||
|
|
Loading…
Reference in a new issue