MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=resetpassword
(main | resetpassword)
- Voor deze module zijn leesrechten nodig.
- Voor deze module zijn schrijfrechten nodig.
- This module only accepts POST requests.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Send a password reset email to a user.
Parameters:
- user
User being reset.
- Type: gebruiker, met gebruikersnaam
Email address of the user being reset.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Deze parameter is vereist.
Voorbeelden:
- Send a password reset email to user Example.
- api.php?action=resetpassword&user=Example&token=123ABC [open in de zandbak]
- 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 de zandbak]