MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
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
Username, for use when testing account creation. The named user must not exist.
- 型: 利用者名 および 利用者ID(例: #12345)のいずれかを使った利用者
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 [サンドボックスで開く]