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

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

型: 利用者名 および 利用者ID(例: #12345)のいずれかを使った利用者
email

Email address, for use when testing account creation.

realname

Real name, for use when testing account creation.