Added missing disableoathforuser message

Bug: T216411
Change-Id: I86080005a0fbef6cd903989f4d2a0bf513c592a5
This commit is contained in:
mnavya 2019-02-23 11:00:18 +05:30 committed by Reedy
parent 5f8663d02f
commit 5ec38a027b
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",
"disableoathforuser": "Disable user's two-factor authentication",
"oath": "OATHAuth",
"specialpages-group-oath": "Two-factor authentication",
"oathauth-account": "Account name:",

View file

@ -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]",