This plugin adds layer of protection for the wp-login php page using HTTP Digest Authentication with the PHP header function..
If you are using FastCGI PHP this plugin may keep prompting for the credentials even if you enter the right pair, in this case use the in your.htaccess file.
Clears HTTP Digest credentials when the user logs out of WordPress.
Verifies if both HTTP and WordPress credentials are of the user.
WordPress login page with HTTP username.
Activate HTTP Digest Authentication plugin through 'Plugins WordPress..
When you access the wp-login php page portion of the realm is generated and stored in session so the realm looks like.
Are HTTP credentials stored in the database even after this plugin is deactivated deleted..
Deactivating this plugin doesn't affect the credentials but deleting the plugin erases all HTTP user credentials leaving no trace of it in the database...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more