Descrição
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.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“HTTP Header Authentication for Application Passwords” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresHTTP Header Authentication for Application Passwords” foi traduzido para 2 localidades. Agradecemos aos tradutores por suas contribuições.
Traduzir o “HTTP Header Authentication for Application Passwords” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
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