r1427: More work on the authentication system:
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Mar 2007 04:37:29 +0000 (04:37 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Mar 2007 04:37:29 +0000 (04:37 +0000)
commitd4b6bfc753d50467be397eaaccb86afb4cf708d2
tree01363447eebb1d7ec20b6fd3a19589c63dca9932
parent5ced49e99001f8c8da6af6b6435a1056b6bf261c
r1427: More work on the authentication system:

- Adding a list of fields that will be synced between Bugdar and the auth db
- Authentication::_createBugdarUser() is now implemented in the abstract class because we have a sync-fields list
- Authentication::_syncBugdarUser() is responsible for syncing the already-created Bugdar user with the user in the auth db
includes/auth/auth.php
includes/auth/auth_default.php
includes/auth/auth_vbulletin.php