Tim Almdal
|
74216a3c63
|
The login processing is starting to take shape. Login_Form is gone. The html for the login form is retrieve via an ajax call when the user clicks on login. Can't login with a valid id yet, but you certainly get error messages when things are wrong :-)
|
2008-11-12 21:42:40 +00:00 |
|
Tim Almdal
|
1da2428183
|
More updates for user management. The controllers don't work yet. But the login link in the header wil open up a login box like the mockup
|
2008-11-12 03:40:49 +00:00 |
|
Tim Almdal
|
9f261213a5
|
Reset PasswordHash.php to its original state and exclude it from the file_structure_test
|
2008-11-11 06:21:21 +00:00 |
|
Tim Almdal
|
62bb63a70d
|
New user module with password support. This supports the same password mechanism as g1 and g2 to facilitate a migration.
|
2008-11-11 04:57:49 +00:00 |
|
Tim Almdal
|
7bcf7efc09
|
Remove the complexity of a interface driven user management module
|
2008-11-10 21:29:30 +00:00 |
|
Tim Almdal
|
0a8d5edbdc
|
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.
|
2008-11-10 20:17:09 +00:00 |
|