Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
action=validatepassword
(main | validatepassword)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul pÅijÃmá pouze požadavky POST.
- Zdroj: MediaWiki
- Licence: 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.
Parametry:
- password
Password to validate.
- Tento parametr je povinný.
- 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.
PÅÃklady:
- Validate the password foobar for the current user.
- api.php?action=validatepassword&password=foobar [otevÅÃt v pÃskoviÅ¡ti]
- Validate the password qwerty for creating user Example.
- api.php?action=validatepassword&password=querty&user=Example [otevÅÃt v pÃskoviÅ¡ti]