moodler 4e11ad4faa Added a new "auth" field to the user table. This field contains the
authentication mechanism used to create that user record.

Also added code to upgrade existing systems to have entries in that
field, and for new users to also have that field defined.

This will allow us to later improve the login procedure to be able to
handle various types of authentication.
2004-08-15 07:27:52 +00:00
..
2004-01-17 12:41:54 +00:00
2004-01-17 12:44:50 +00:00
2004-01-02 17:55:09 +00:00
2004-01-17 12:44:50 +00:00
2004-01-02 18:08:06 +00:00
2004-01-17 12:44:50 +00:00
2004-01-17 12:59:28 +00:00
2004-01-17 13:02:24 +00:00
2004-01-17 12:52:42 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00

Once databases exist, Moodle should support a wide
variety of databases (because it uses the ADODB library).

Unfortunately, database differences still means that 
the *creation* of the databases is very different.

This directory (and the db directory in each module) 
contains SQL code for creating Moodle databases on 
each type of database.


mysql.sql - the main database Moodle is developed with

postgres7.sql - the PostgreSQL schema is still alpha,
                your feedback is encouraged