Re: User Authentication without password

2009-02-23 Thread Alex Koshelev
And of course this topic is for django-users@ not developers. On Tue, Feb 24, 2009 at 10:33 AM, Alex Koshelev wrote: > You have to write your own authentication backend [1] with any credentials > you need. > > [1]: > http://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authentication-bac

Re: User Authentication without password

2009-02-23 Thread Alex Koshelev
You have to write your own authentication backend [1] with any credentials you need. [1]: http://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authentication-backend On Tue, Feb 24, 2009 at 6:52 AM, dannyr wrote: > > > Is there a way to force authentication for a user without a password

User Authentication without password

2009-02-23 Thread dannyr
Is there a way to force authentication for a user without a password (= authenticate(username=test...))? I'm developing an app that allows a user to login either via Facebook Connect or the normal login. Thanks. --~--~-~--~~~---~--~~ You received this message be