marsskop / pekoe-web

Web app for 🌿PEKOE🌿, crypto safe tips service. Python3 x Django
MIT License
0 stars 0 forks source link

Create registration/login view #3

Open marsskop opened 1 year ago

marsskop commented 1 year ago

registration/login view:

keep in mind OTP tokens usage <- fast and easy, e.g. Google Authenticator

marsskop commented 1 year ago

Current task to solve: how to store passwords for users (use UserModel from Django auth in model User?)

marsskop commented 1 year ago

Nearly done using AbstractBaseUser model; need to add "Reset password"