MediaWiki API help
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)
- Ta modul zahteva pravice branja.
- This module requires write rights.
- Ta modul sprejema samo zahtevke POST.
- Source: MediaWiki
- License: GPL-2.0-or-later
Send a password reset email to a user.
Parameters:
- user
User being reset.
- Vrsta: uporabnik, ki ustreza uporabniško ime
Email address of the user being reset.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ta parameter je obvezen.
Zgleda:
- 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]