MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=resetpassword
(main | resetpassword)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Send a password reset email to a user.
パラメーター:
- user
User being reset.
- Type: user name
Email address of the user being reset.
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。
例:
- 利用者 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 [サンドボックスで開く]