Open marsskop opened 1 year ago
registration/login view:
keep in mind OTP tokens usage <- fast and easy, e.g. Google Authenticator
Current task to solve: how to store passwords for users (use UserModel from Django auth in model User?)
Nearly done using AbstractBaseUser model; need to add "Reset password"
registration/login view:
keep in mind OTP tokens usage <- fast and easy, e.g. Google Authenticator