Граф коммитов

108 Коммитов

Автор SHA1 Сообщение Дата
Jeff Balogh 1ec9ea15cf these tests should run in db create/destroy loop 2010-01-14 17:07:15 -08:00
James Socol 9b05138a49 put amo.email into django.user.username 2010-01-14 15:30:58 -08:00
Jeff Balogh 02c4eee8fa backend for authenticating amo users by email and password 2010-01-13 14:27:30 -08:00
Jeff Balogh ae8f7349de password management for amo Users 2010-01-13 14:27:30 -08:00
Dave Dash 5f5c3c881e Cake-cookie based authentication
* Wrote a test to see if we can log in using a cake session.
* Middleware can read cookie
* Wrote an authenticator backend that reads the session data from the db
* Rewrote users.User as users.UserProfile and linked it to d.c.a.User and included migrations
* Got templates to work, and wrote a test to validate things
* logout
* Signals!  We can now log a user out using the logout view, send a signal, and have it intercepted by the Cake app which will destroy its session and attempt to destroy the relevent cookies.
* Updated models to use UserProfile
* added media/js as a submodule
* Prettied up the html so the remora JS works
2010-01-08 10:20:00 -08:00
Jeff Balogh de8c6ef38a filling out user model and admin 2010-01-04 17:05:34 -05:00
Jeff Balogh a2bbf57e8f use TranslatedField and ModelBase 2009-12-15 10:22:26 -08:00
Jeff Balogh 85032f5482 users app 2009-10-22 15:40:13 -07:00