reset-password

django customize reset password form

大憨熊 提交于 2019-11-28 05:06:51
问题 I am a beginner in django (django 1.7 python 2.7). I am trying to add no captcha recaptcha onto my django reset password form. I am trying to use this recaptcha djano plugin. I have followed the instructions and added the necessay settings: Installed django-recaptcha to the Python path. Added captcha to the INSTALLED_APPS setting. Added the following to my settings.py file: RECAPTCHA_PUBLIC_KEY = '76wtgdfsjhsydt7r5FFGFhgsdfytd656sad75fgh' # fake - for the purpose of this post. RECAPTCHA