aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/auth/views.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py
index 5fabf40b..ac3f621e 100644
--- a/mediagoblin/auth/views.py
+++ b/mediagoblin/auth/views.py
@@ -243,6 +243,10 @@ def forgot_password(request):
def verify_forgot_password(request):
+ """
+ Check the forgot-password verification and possibly let the user
+ change their password because of it.
+ """
# get session variables, and specifically check for presence of token
mysession = _process_for_token(request)
if not mysession['has_userid_and_token']: