Hey Patrick -- On Wed, Mar 23, 2011 at 11:42 AM, pokecho <poke...@gmail.com> wrote: > I am writing to ask whether it is possible to configure > "django.contrib.auth" so that it can implement Two Factor > Authentication to step up login security.
This question's more appropriate for django-users, which is where usage questions should get directed. Django-dev is for discussion of improving Django itself. But take a look at the docs on custom authentication backends: http://docs.djangoproject.com/en/dev/topics/auth/#other-authentication-sources. That's the key: you should be able to do what you want without monkeypatching or subclasing User or anything gross like that. Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.