super user login

2019-05-03 Thread Shubham Joshi
I have created the custom user model in Django and created a superuser , in admin panel its not logging in although the right cred is given https://github.com/shubham1507/school -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Add Extra functionality when login as super user login

2018-09-14 Thread Rupam Hazra
Hi, I want to add extra validation on superuser login.Actually i want to modify the login process due to security prospect. Step-1 : give username and password form and send a mail with otp Step-2 : after that a form will open and put that otp to verify then it's going to dashboard page. So,