#7833: UserCreationForm doesn't handle the case where password1 is not set ----------------------------+----------------------------------------------- Reporter: jvloothuis | Owner: Status: new | Milestone: Component: Authentication | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------+----------------------------------------------- The new UserCreationForm does not check wheter password1 is available in cleaned_data when checking it against the second password. It can be empty when the form is submitted and the user leaves this field blank. The patch has a test and a fix for this issue.
-- Ticket URL: <http://code.djangoproject.com/ticket/7833> Django Code <http://code.djangoproject.com/> 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?hl=en -~----------~----~----~----~------~----~------~--~---
