MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=validatepassword
(main | validatepassword)
- このモジュールは読み取りの権限を必要とします。
 - このモジュールは POST リクエストのみを受け付けます。
 - ソース: MediaWiki
 - ライセンス: 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 [サンドボックスで開く]