volrath / django-captcha-admin

Simple way to add a ReCaptcha field to your admin login page.
MIT License
21 stars 10 forks source link

Upgrade django-recaptcha version #2

Closed giopromolla closed 7 years ago

giopromolla commented 7 years ago

Hi, you should upgrade django-recaptcha version to allow "I'm not a Robot" reCaptcha and HTTPS requests.

giopromolla commented 7 years ago

SOLVED

ShalbafZadeh commented 6 years ago

@giopromolla Hi is this version released on PyPI? Thanks

giopromolla commented 6 years ago

Hi, yes I'm using django-recaptcha==1.3.0.

ShalbafZadeh commented 6 years ago

@giopromolla i followed instructions on README and still getting the old enter captcha value screenshot from 2017-12-09 13-50-34

i'm using python 2.7 Django 1.9.5 django-recaptcha 1.3.0 django-captcha-admin 0.2

and admin panel is accessable over https

and recatcha admin panel says my site is V2 Type

is any other configuration necessary?

Thanks in advance

alireza-ahmadi commented 6 years ago

@giopromolla I have the same issue.

giopromolla commented 6 years ago

I have the same config as you, only Django version is different (I'm using Django 1.8.1).

Is your recaptcha configuration ok? V2 I'm not a Robot ?

ShalbafZadeh commented 6 years ago

@giopromolla yeah V2 I'm not a Robot Also tested with django 1.9.5 and issue still happens is there any setting required for django ? something like USE_SSL or something else?

giopromolla commented 6 years ago

If you run django locally (without https) it works ? Can you try using Django 1.8.1? just to be sure that Django version is not the problem.

ShalbafZadeh commented 6 years ago

@giopromolla i think new version is not released on PyPI https://pypi.python.org/pypi/django-captcha-admin/0.1 PyPI says latest version is 0.1 which is released in 2014-06-05

volrath commented 6 years ago

@ShalbafZadeh Did you try version 0.2 https://pypi.python.org/pypi/django-captcha-admin/0.2 ? -- 2017-06-01

ShalbafZadeh commented 6 years ago

i've created a repo using django-recaptcha-admin 0.2 and django 1.8.1 and hard coded a pair V2 recaptcha private and public key and problem still persists

repo address https://github.com/ShalbafZadeh/recaptcha-test

recaptcha panel :

screen shot 2017-12-24 at 1 00 58 am

project admin panel :

screen shot 2017-12-24 at 12 53 21 am

PS : @giopromolla @volrath i really appreciate effort of you guys to solve this issue for me thank you very much

giopromolla commented 6 years ago

Hi, can you give me permission to push? I have the solution

volrath commented 6 years ago

Can you submit a PR?

On Sun, Dec 24, 2017, 17:20 Giovanni O. notifications@github.com wrote:

Hi, can you give me permission to push? I have the solution

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/volrath/django-captcha-admin/issues/2#issuecomment-353792620, or mute the thread https://github.com/notifications/unsubscribe-auth/AACayQTylKpx4A6VzaYAbiSLnDzPHdfSks5tDnnBgaJpZM4NsEgW .

giopromolla commented 6 years ago

Done!