Password reset and change password flows
This commit is contained in:
parent
05b4cb59b0
commit
00a67f1b99
8 changed files with 130 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue