Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

HTTP Header Authentication for Application Passwords

Opis

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.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“HTTP Header Authentication for Application Passwords” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

“HTTP Header Authentication for Application Passwords” je preveden na 2 jezika. Zahvala prevoditeljima za njihov doprinos.

Prevedite “HTTP Header Authentication for Application Passwords” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.1

  • Add bypass for wp_is_site_protected_by_basic_auth to allow users to generate passwords on sites already behind basic auth

1.0.0

  • Initial release