External DB authentication

A plugin that allows the use of an external database (MySQL, PostgreSQL, or MSSQL) for authentication into wordpress. Supports various password hashi

Author:Charlene Barina (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.9.2
Plugin version:3.15
Added to WordPress repository:01-05-2007
Last updated:31-12-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.ploofle.com/tag/ext_db_auth/
Total downloads:12 956
Active installs:100+
plugin download
Click to start download

A plugin that allows the use of an external MySQL, PostgreSQL, or MSSQL database for authentication into wordpress. It requires you know the encryption method for the passwords stored in the external database and allows you to use MD5, SHA1, plaintext, or enter the hash/salt method yourself. It disables password reset/retrieval and account creation within the wordpress system on the user-end, and it doesn't allow updating from the wordpress end back into the external authentication source.

In addition to authentication the plugin allows you to: 1. Choose additional fields, such as first name/last name and website, to be imported into the wordpress user system. 1. Enter a custom message for users concerning logins. 1. Do user role checks from the external database: you can set the plugin to check from a specific role field and compare to a value to allow login to wordpress.

PostgreSQL or MSSQL database authentication requires MDB2 PEAR database abstraction package and relevant database drivers. MySQL continues to use the built-in PHP functions.