#61: [patch] auth.User admin form shouldn't require people to edit hashes
-----------------------------+----------------------------------------------
Reporter: adrian | Owner: adrian
Type: enhancement | Status: reopened
Priority: normal | Milestone: Version 1.1
Component: Admin interface | Version: SVN
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by [EMAIL PROTECTED]):
* resolution: fixed =>
* status: closed => reopened
Comment:
Sorry i forgot to tell that this is not related to adding a user for the
django.contrib.auth.User model.
The problem still happens with custom models (models.Model) defined like
so:
{{{
class GenericUser(models.Model):
...
passwd = models.PasswordField(_('password'), show_raw=False,
maxlength=128, blank=False)
...
}}}
The result is two password fields but then when I try to save them it says
that some (passwd) fields
are still missing ?? whats wrong ?
--
Ticket URL: <http://code.djangoproject.com/ticket/61>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---