-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reCAPTCHA Preventing Login on Localhost #12
Comments
First you need to visit ReCaptcha Login and then go to admin console there are Add Option you need to fill all the details then you get public and private key!! Once you get the public and private key replace with existing keys in code :
|
if we disable the Recaptcha and give your given email id and password shows invalid details .what can I do? |
If disabling the reCAPTCHA and providing the given email ID and password shows "invalid details," you can create another superuser to access the admin panel. If you are already able to run the application locally, you just need to run one command to create a new superuser:
|
thank you
…On Sun, 21 Jul 2024 at 19:35, Ansari Majid Ali ***@***.***> wrote:
if we disable the Recaptcha and give your given email id and password
shows invalid details .what can I do?
If disabling the reCAPTCHA and providing the given email ID and password
shows "invalid details," you can create another superuser to access the
admin panel. If you are already able to run the application locally, you
just need to run one command to create a new superuser:
python manage.py createsuperuser
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJ6I6CU6HIDCOX3ITA7CIVLZNO5Y7AVCNFSM6AAAAABGRWP3AWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGYZDEOJZGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This is what I get when I run the project locally:
My ALLOWED_HOSTS is [] in settings.py. How do I fix the reCAPTCHA error? I think you might have to add localhost to your list of supported domains in your reCAPTCHA console (reference). Thank you!
The text was updated successfully, but these errors were encountered: