mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-21 13:49:23 +00:00
Actually added working password reset functions. Fixed views as required.
This commit is contained in:
@@ -50,6 +50,10 @@ class BaseService():
|
||||
""" Enable a user by uid """
|
||||
pass
|
||||
|
||||
def reset_password(self, uid, password):
|
||||
""" Reset the user's password """
|
||||
pass
|
||||
|
||||
def login(uid):
|
||||
""" Login the user and provide cookies back """
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user