You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a Django App for new user registration with Build-in Django form UserCreationForm where I used Email verification system with token. Also i have implement Login form with AuthenticationForm and for password reset i have used SetPasswordForm.