Adding a small docstring
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Sep 2011 04:51:41 +0000 (23:51 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Sep 2011 04:51:41 +0000 (23:51 -0500)
mediagoblin/auth/views.py

index 5fabf40b15728fd900418620e404c093cc81cccd..ac3f621ef34a4bbcc939e9039a612ccede978484 100644 (file)
@@ -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']: