MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=resetpassword
(main | resetpassword)
- Questo modulo richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: MediaWiki
- Licenza: GPL-2.0+
Send a password reset email to a user.
Parametri:
- user
User being reset.
- Tipo: nome utente
Email address of the user being reset.
- capture
Return the temporary passwords that were sent. Requires the
passwordreset
user right.- Tipo: booleano (dettagli)
- token
Un token "csrf" recuperato da action=query&meta=tokens
- Questo parametro è obbligatorio.
Esempi:
- Send a password reset email to user Example.
- api.php?action=resetpassword&user=Example&token=123ABC [apri in una sandbox]
- Send a password reset email for all users with email address user@example.com.
- api.php?action=resetpassword&user=user@example.com&token=123ABC [apri in una sandbox]