r1420: More work on the authentication system:
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 26 Feb 2007 03:55:57 +0000 (03:55 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 26 Feb 2007 03:55:57 +0000 (03:55 +0000)
commit60bb7fa545bea583669d5a41b60f75847488c46c
tree20da4ab3da17dac481b8918996818a53e508e914
parent944a8d92c631e842078f358eda8360bcd36c608a
r1420: More work on the authentication system:

- Added the authmethod setting to allow the admin to choose what authentication system to use
- In init.php, we now use the authentication API to validate the cookies
- Added Authentication::fetchBugdarUser() and fixed a small parse error
admin/setting.php
includes/auth/auth.php
includes/auth/auth_default.php [new file with mode: 0644]
includes/init.php