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.
django authentication user-profile login-system token-based-authentication password-change email-verfication logout-system usercreationform
- Updated
Aug 31, 2023 - Python