Trợ giúp về API MediaWiki
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)
- Mô đun này cần quyền đọc.
- Mô đun này cần quyền ghi.
- Mô đun này chỉ có nhận các yêu cầu POST.
- Source: MediaWiki
- License: GPL-2.0-or-later
Send a password reset email to a user.
Các tham số:
- user
User being reset.
- KIỂU: người dùng, bằng tên người dùng
Email address of the user being reset.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Tham số này là bắt buộc.
Các ví dụ:
- 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 [email protected].
- api.php?action=resetpassword&[email protected]&token=123ABC [open in sandbox]