Hi, When creating a new user, is_active is automatically set to True. The django docs say this means "Designates whether this account can be used to log in. Set this flag to False instead of deleting accounts."
On the admin pages of a django website however, next to the "Active" flag, the description says: "Designates whether this user can log into the Django admin. Unselect this instead of deleting accounts", and next to the "Staff status" (corresponding to the is_staff attribute) it says: "Designates whether the user can log into this admin site.". I suppose the text on the admin pages is wrong, and that newly created users cannot just log into the Django admin? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---