Make confirm endpoint anonymous only and get rid of invalid test

This commit is contained in:
Matt Wright
2012-08-23 15:03:13 -04:00
parent 57595bbab4
commit 5a4fb94be3
2 changed files with 1 additions and 14 deletions
+1
View File
@@ -170,6 +170,7 @@ def send_confirmation():
**_ctx('send_confirmation'))
@anonymous_user_required
def confirm_email(token):
"""View function which handles a email confirmation request."""
after_this_request(_commit)