Questions tagged [django.contrib.auth]
2 questions
0
votes
0 answers
Django authentication when database is changed
I have created a Django application with authentication using django.contrib.auth. I was using a database with user admin and password xyz everything works fine. Then I changed the database which has user admin with password abc.
The issue is my…

Prithvi Raj
- 1,611
- 1
- 14
- 33
-1
votes
1 answer
Django cycles between authenticated and unauthenticated session state
When browsing through my website or when I refresh page, it happens that Django forgets about the authentication state and returns the page that an anonymous user would see. When the page is refreshed again it either returns to a logged in session…

jnns
- 5,148
- 4
- 47
- 74