mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
8aa06fb546
Change-Id: I16d6b7bdef5ed0e046e74e58f709307cf5379fc8
22 lines
1.4 KiB
JSON
22 lines
1.4 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"McDutchie"
|
|
]
|
|
},
|
|
"apihelp-query+oath-description": "Verificar si le authentication bifactorial (OATH) es active pro un usator.",
|
|
"apihelp-query+oath-summary": "Verificar si le authentication bifactorial (OATH) es active pro un usator.",
|
|
"apihelp-query+oath-param-user": "Le usator sur le qual obtener information. Per omission, le usator actual.",
|
|
"apihelp-query+oath-param-reason": "Motivo pro consultar le stato de OATH.",
|
|
"apihelp-query+oath-example-1": "Obtener information sur le usator actual",
|
|
"apihelp-query+oath-example-2": "Obtener information sur le usator <kbd>Exemplo</kbd>",
|
|
"apihelp-oathvalidate-description": "Validar un clave de authentication bifactorial (OATH).",
|
|
"apihelp-oathvalidate-summary": "Validar un clave de authentication bifactorial (OATH).",
|
|
"apihelp-oathvalidate-param-user": "Usator pro le qual validar le token. Per omission, le usator actual.",
|
|
"apihelp-oathvalidate-param-totp": "Token de authentication bifactorial (OATH). Obsolete; usa le parametro \"data\" in su loco.",
|
|
"apihelp-oathvalidate-example-1": "Validar un token pro le usator actual",
|
|
"apihelp-oathvalidate-example-2": "Validar un token pro le usator <kbd>Exemplo</kbd>",
|
|
"apihelp-oathvalidate-example-3": "Validar datos JSON pro le usator <kbd>Exemplo</kbd>",
|
|
"apihelp-oathvalidate-param-data": "Datos codificate in JSON expectate per le modulo actualmente activate pro le usator a authenticar"
|
|
}
|