aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-09-07 23:51:41 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-09-07 23:51:41 -0500
commit961fe381635d80595084428123bee2e6f29f7e62 (patch)
tree05e985d934ddc4850548794b605804958343845e
parent4185e644f4209fbc21b3a066d17fefc9d68effef (diff)
downloadmediagoblin-961fe381635d80595084428123bee2e6f29f7e62.tar.lz
mediagoblin-961fe381635d80595084428123bee2e6f29f7e62.tar.xz
mediagoblin-961fe381635d80595084428123bee2e6f29f7e62.zip
Adding a small docstring
-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']: