Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
action=resetpassword
(main | resetpassword)
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: MediaWiki
- Licencja: GPL-2.0+
Send a password reset email to a user.
Parametry:
- user
User being reset.
- Typ: nazwa użytkownika
Email address of the user being reset.
- capture
Return the temporary passwords that were sent. Requires the
passwordreset
user right.- Typ: wartość logiczna (szczegóły)
- token
Token "csrf" zdobyty z action=query&meta=tokens
- Ten parametr jest wymagany.
Przykłady:
- Send a password reset email to user Example.
- api.php?action=resetpassword&user=Example&token=123ABC [open in 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 [open in sandbox]