Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
action=resetpassword
(main | resetpassword)
- Modul ini memerlukan hak membaca.
- Modul ini memerlukan hak menulis.
- Modul ini menerima permohonan POST sahaja.
- Source: MediaWiki
- License: GPL-2.0-or-later
Send a password reset email to a user.
Parameter:
- user
User being reset.
- Type: user, by user name
Email address of the user being reset.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Parameter ini diwajibkan.
Contoh-contoh:
- 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]