From 0a8d5edbdc8e3e251f29b7370fdc2e594b06446f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 10 Nov 2008 20:17:09 +0000 Subject: Early look at the User/Auth module refactoring. It will look for a driver based on the contents of the user/config/user.php file. And load that driver based on the User_Driver interface. There is a default User_Gallery_Driver class that will provide the actual interface implementation. Replacing this driver will allow a completely different user and authentication implementation to be used... hopefully will reduce issues with embedding and other user management systems. Removed from unit tests so they will still run. --- modules/user/config/user.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/user/config/user.php (limited to 'modules/user/config/user.php') diff --git a/modules/user/config/user.php b/modules/user/config/user.php new file mode 100644 index 00000000..9a82c5fd --- /dev/null +++ b/modules/user/config/user.php @@ -0,0 +1,25 @@ +