[dokuwiki] [PATCH] mysql auth module - test version

  • From: Matthias Grimm <matthiasgrimm@xxxxxxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 6 Nov 2005 14:24:59 +0100

Hi,
here it is: The OO mysql auth module.

The module works fine on my machine with my user database but
adaption to a different database structure might be by hard work
due to the count of SQL statements to redefine.

The SQL statements are placed in the file conf/mysql.conf.php.example.
The file contains a full set of SQL statements and the description
of the database they will work on (No SQL code yet, sorry). The
documentation of the statements is not complete yet.

To make the module work the contents of conf/mysql.conf.php.example
must be included in or copied to local.php.

Running the module without any SQL statement defined is safe (nothing 
will be done so far).

Because this code is only tested on my machine with MySQL 4.0 (It
should also run on 3.23) it must be treated as beta. Any feedback
is welcome.

As little inducement for testing this module might be a fully
functional user editor and any user may change her or his own profile
(as long as the user manager plugin is installed). :-)

 Best regards
   Matthias

Other related posts:

  • » [dokuwiki] [PATCH] mysql auth module - test version