Added a new "auth" field to the user table. This field contains the
authormoodler <moodler>
Sun, 15 Aug 2004 07:27:52 +0000 (07:27 +0000)
committermoodler <moodler>
Sun, 15 Aug 2004 07:27:52 +0000 (07:27 +0000)
commit4e11ad4faa32fa9f8dcb8c8f90858d47cf2a6cd3
treea484365bbe57fbc252c1a37a1b00edf305755078
parent83c87a05d9070c8b0ea4f3eaf2c1c4e180a52a6e
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.
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
lib/moodlelib.php
login/index.php
login/signup.php
version.php