summaryrefslogtreecommitdiff
path: root/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'views.py')
-rw-r--r--views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/views.py b/views.py
index c71f279..ffe7719 100644
--- a/views.py
+++ b/views.py
@@ -7,12 +7,14 @@ def _change_password(request, user, new_password):
'''
Use this to call your change password function.
'''
+ # Your code here
return 0
def _reset_password(request, user, new_password):
'''
Use this to call your reset password function.
'''
+ # Your code here
return 0
def _get_username(request):