תיאור
Use HTTP headers for application passwords instead of basic authentication. Perfect for those sites already protected by basic auth.
Username header: X-WP-USERNAME
Password header: X-WP-PASSWORD
Note that at this point the plugin doesn't actually remove the basic authentication validation for application passwords, but checks the HTTP headers at a higher priority.
סקירות
There are no reviews for this plugin.
מפתחים
"HTTP Header Authentication for Application Passwords" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.
תורמים“HTTP Header Authentication for Application Passwords” תורגם ל-2 שפות. תודה רבה למתרגמים על תרומתם.
ניתן לתרגם את "HTTP Header Authentication for Application Passwords" לשפה שלך.
מעוניינים בפיתוח?
עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.
שינויים
1.0.1
- Add bypass for
wp_is_site_protected_by_basic_authto allow users to generate passwords on sites already behind basic auth
1.0.0
- Initial release