Bug #126
The user's is_active status is not checked by the authorization backend
| Status: | Rejected | Start date: | 03/24/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 03/24/2010 | |
| Assignee: | % Done: | 0% |
||
| Category: | - | Spent time: | 0.20 hour | |
| Target version: | 0.1.0 | Estimated time: | 1.00 hour |
Description
Should be checked in:
- has_perm
- has_module_perms
History
Updated by George Notaras almost 2 years ago
- Due date set to 03/24/2010
- Status changed from New to Assigned
- Assignee set to George Notaras
- Priority changed from Normal to High
- Target version set to 0.1.0
- Start date set to 03/24/2010
- Estimated time set to 1.00
Updated by George Notaras almost 2 years ago
- Status changed from Assigned to Rejected
Check the User Model methods in http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/models.py
The user's active status is automatically checked for all backends in the User.has_perm() and User.has_module_perms()
