Skip to main content
1 vote
0 answers
47 views

I have the code below that is responsible for sending a password recovery email to the user who made the request. However, it only works, that is, only sending the email on localhost if the user ...
vinicius cigma's user avatar
0 votes
1 answer
51 views

I am trying to integrate Microsoft authentication with my Django app using the django_auth_adfs package. However, I encountered an error regarding a mismatch in the redirect URI. I have followed the ...
roshan's user avatar
  • 1
0 votes
0 answers
40 views

I am developing a React app with Django REST Framework as backend and hosting both on Heroku. When registering or logging in via the frontend, I get a 404 Not Found error for the CSRF token endpoint: ...
ChrisCross83's user avatar
1 vote
1 answer
39 views

today I faced such a problem that after registration the form does not go anywhere. The catch is that the form does not send a request to the database, but I can create a user through the Django admin ...
bensoproglib's user avatar
1 vote
1 answer
91 views

So I'm using django.contrib.auth.urls and I would prefer to continue that. But I want the accounts/login url to be replaced with users/c-login or whatever. I would really like to understand why this ...
Lars's user avatar
  • 153
0 votes
1 answer
109 views

This is my logged_out.html {% extends 'base.html' %} {% block title %} Logout {% endblock %} {% block content %} <form action="{% url 'login' %}", method="POST"> {% ...
Raul kumar's user avatar
1 vote
2 answers
135 views

I'm successfully creating a token upon a user's login (using a CustomUser model that replaces the username field with email), but when using this token in subsequent requests, the response is "...
William's user avatar
  • 23
-1 votes
1 answer
273 views

Message: AADSTS50011: The redirect URI 'http://127.0.0.1:8000/oauth2/callback' specified in the request does not match the redirect URIs configured for the application '456b3ef5-cdbe-4d58-aa7b-...
Elman Seferli's user avatar

15 30 50 per page
1
2 3 4 5
128