#9168: contrib.auth login for should accept an authentication_form parameter for alternate backends ----------------------------+----------------------------------------------- Reporter: SmileyChris | Owner: nobody Status: new | Milestone: Component: Authentication | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------+----------------------------------------------- A more generic solution to #7507.
In my example, I want to use email addresses to log in with. But the current AuthenticationForm limits the username parameter to 30 characters. If the form was a parameter, the login view would be a lot more generic. -- Ticket URL: <http://code.djangoproject.com/ticket/9168> Django <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 -~----------~----~----~----~------~----~------~--~---
