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)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ต้องการสิทธิในการเขียน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
ส่งอีเมลตั้งรหัสผ่านใหม่ให้ผู้ใช้
Specific parameters:
Other general parameters are available.
- user
User being reset.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้
Email address of the user being reset.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
ตัวอย่าง:
- Send a password reset email to user Example.
- api.php?action=resetpassword&user=Example&token=123ABC [เปิดในกระบะทราย]
- Send a password reset email for all users with email address user@example.com.
- api.php?action=resetpassword&user=user@example.com&token=123ABC [เปิดในกระบะทราย]