Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

15 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Rob Hudson f8051c4df1 Added id and username to zadmin lookup (bug 753869) 2012-06-11 17:43:06 -07:00
Chris Van ce1b45dbb1 do not show password field for /admin/models/auth/user (bug 740256) 2012-05-02 09:54:40 -07:00
Wil Clouser cc62cd6905 remove users.sandboxshown; migration in another commit 2012-04-12 21:01:41 -07:00
Allen Short 92ac903920 Adjust password field length in user admin to match db column size (bug 722816) 2012-03-26 15:31:04 -07:00
Andy McKay 306f35a955 admin user edit page (bug 672821) 2011-07-27 11:15:02 +01:00
Andy McKay 78db8ead97 correct relative imports 2011-01-06 09:13:15 -08:00
chenba 6bf2218bec Bug 584490: restricting user email domains with blacklist. 2010-09-10 23:46:24 -07:00
Wil Clouser d96b6ceaa7 Migrate to use new user fields 2010-08-18 09:02:43 -07:00
chenba b3e06b9300 Bug 585494: nickname blacklist is all utf-8'd up now 2010-08-09 23:21:04 -07:00
chenba 2531ea6a8b Bug 574276:
- nickname blacklist admin add form no longer display the input after a successful submission
 - nickname blacklist admin add form now strip whitespaces on each nickname
 - all nicknames are added and checked in lowercase;
 - a cached dict is used for checking blacklisted nicknames now
2010-08-06 01:39:50 -07:00
chenba 26fd705c61 Bug 574276: Implemented the nickname blacklist.
- added the BlacklistedNickname model to the users app
 - updated the user registration form to check for blacklisted nicknames
 - admin add form for blacklisted nicknames
 - tests
2010-07-26 14:03:44 -07:00
Wil Clouser 52b7853a1d Add v1 of user_edit 2010-04-09 20:12:24 -07:00
Jeff Balogh b797ddbace adding a GroupUser inline, marking optional fields 2010-02-08 17:02:15 -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