راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: 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.
پارامترها:
Other general parameters are available.
- password
Password to validate.
- این پارامتر الزامی است.
- user
Username, for use when testing account creation. The named user must not exist.
- نوع: کاربر، توسط هریک از نام کاربری و شناسهٔ کاربر (مثلاً «#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 [باز کردن در صفحهٔ تمرین]