From 961fe381635d80595084428123bee2e6f29f7e62 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 7 Sep 2011 23:51:41 -0500 Subject: [PATCH] Adding a small docstring --- mediagoblin/auth/views.py | 4 ++++ 1 file changed, 4 insertions(+) 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']: