MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=validatepassword

(main | validatepassword)
  • Voor deze module zijn leesrechten nodig.
  • This module only accepts POST requests.
  • Bron: MediaWiki
  • Licentie: 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.

Parameters:
password

Password to validate.

Deze parameter is verplicht.
user

User name, for use when testing account creation. The named user must not exist.

Type: gebruikersnaam
email

Email address, for use when testing account creation.

realname

Real name, for use when testing account creation.

Voorbeelden:
Validate the password foobar for the current user.
api.php?action=validatepassword&password=foobar [open in de zandbak]
Validate the password qwerty for creating user Example.
api.php?action=validatepassword&password=querty&user=Example [open in de zandbak]