MediaWiki API ヘルプ
ãã®ãã¼ã¸ã¯èªåçæããã MediaWiki API ã®èª¬æææ¸ãã¼ã¸ã§ãã
èª¬æææ¸ã¨ä¾: https://www.mediawiki.org/wiki/API
action=validatepassword
(main | validatepassword)
- ãã®ã¢ã¸ã¥ã¼ã«ã¯èªã¿åãã®æ¨©éãå¿ è¦ã¨ãã¾ãã
- ãã®ã¢ã¸ã¥ã¼ã«ã¯ POST ãªã¯ã¨ã¹ãã®ã¿ãåãä»ãã¾ãã
- Source: MediaWiki
- License: GPL-2.0-or-later
Validate a password against the wiki's password policies.
Validity is reported as Good if the password is acceptable, Change if the password may be used for login but must be changed, or Invalid if the password is not usable.
ãã©ã¡ã¼ã¿ã¼:
- password
Password to validate.
- ãã®ãã©ã¡ã¼ã¿ã¼ã¯å¿ é ã§ãã
- user
User name, for use when testing account creation. The named user must not exist.
- Type: user name
Email address, for use when testing account creation.
- realname
Real name, for use when testing account creation.
ä¾:
- Validate the password foobar for the current user.
- api.php?action=validatepassword&password=foobar [ãµã³ãããã¯ã¹ã§éã]
- Validate the password qwerty for creating user Example.
- api.php?action=validatepassword&password=querty&user=Example [ãµã³ãããã¯ã¹ã§éã]