MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=validatepassword
(main | validatepassword)
This module requires read rights.
This module only accepts POST requests.
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.
Validate the password foobar for the current user.
- api.php?action=validatepassword&password=foobar
[open in sandbox]
Validate the password qwerty for creating user Example.
- api.php?action=validatepassword&password=querty&user=Example
[open in sandbox]