1
0
Fork 0

Password reset and change password flows

This commit is contained in:
Mouse Reeve 2021-01-12 08:48:31 -08:00
parent 05b4cb59b0
commit 00a67f1b99
8 changed files with 130 additions and 100 deletions

View file

@ -1,2 +1,3 @@
''' make sure all our nice views are available '''
from .authentication import LoginView, RegisterView
from .authentication import Login, Register, Logout
from .password import PasswordResetRequest, PasswordReset, ChangePassword