Re: django-allauth without username, login with facebook doesn't work

2015-05-14 Thread Fellipe Henrique
Hello Mario, thanks for help me... Yesterday I found the problem, here is: First i used python-social-auth after I move to django-allauth... for some reason, when I uninstalled the python-social-auth, the folder still in site-package, and when I call my template, django use the python-social-a

Re: django-allauth without username, login with facebook doesn't work

2015-05-13 Thread Mario Gudelj
Sorry man. My mistake. So are you saying that you have a link with onclick or something? Do you get the JS error? Is it logged inside your browser's console? It's a bit hard to tell without more code or the URL... On 14 May 2015 at 03:12, Fellipe Henrique wrote: > Hi Mario, > > I`m not using py

Re: django-allauth without username, login with facebook doesn't work

2015-05-13 Thread Fellipe Henrique
Hi Mario, I`m not using python-social-auth... I choose to use all-auth[1] because it's given to me more the social login, like: password reset, email validation etc. My problem is: in template when I click on a button, nothing happen.. the link (javascript) is correct, but nothing happen... [1]

Re: django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Mario Gudelj
What do you mean by nothing happens? Do you get taken to FB? Here's what I have in my setup which may help: The template link looks like this: Facebook Make sure you have the following line in your urls.py: url('', include('social.apps.django_app.urls', namespace='social')) settings.py: SOCI

Re: django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Fellipe Henrique
Just to complement the previous mail, normal user (django user) like super-user create using syncdb, works fine! I'm using django 1.8. T.·.F.·.A.·. S+F *Fellipe Henrique P. Soares* e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge' *Blog: http://fhbash.wordpress.c

django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Fellipe Henrique
Hello, I'm trying to use Django-AllAuth social login... I have a custom user profile and custom usermanage [1] But, when I click on html template facebook link, anything happen! with username, works fine. Here is my settings [2] My settings is wrong? any idea why this problem happens? Thanks