MediaWiki API ヘルプ
ãã®ãã¼ã¸ã¯èªåçæããã MediaWiki API ã®èª¬æææ¸ãã¼ã¸ã§ãã
èª¬æææ¸ã¨ä¾: https://www.mediawiki.org/wiki/API
action=resetpassword
(main | resetpassword)
- ãã®ã¢ã¸ã¥ã¼ã«ã¯èªã¿åãã®æ¨©éãå¿ è¦ã¨ãã¾ãã
- ãã®ã¢ã¸ã¥ã¼ã«ã¯æ¸ãè¾¼ã¿ã®æ¨©éãå¿ è¦ã¨ãã¾ãã
- ãã®ã¢ã¸ã¥ã¼ã«ã¯ POST ãªã¯ã¨ã¹ãã®ã¿ãåãä»ãã¾ãã
- Source: MediaWiki
- License: 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 [ãµã³ãããã¯ã¹ã§éã]