From 1ae148671d4656b270bdbac6d29b7546ee9a716b Mon Sep 17 00:00:00 2001 From: Jordan Delorme Date: Thu, 6 Aug 2015 12:11:53 +0200 Subject: [PATCH] =?UTF-8?q?[Wiki]=20On=20emp=C3=AAche=20les=20anonymes=20d?= =?UTF-8?q?e=20modifier=20les=20pr=C3=A9f=C3=A9rences=20ou=20ajouter=20des?= =?UTF-8?q?=20quicklinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/auth/anonymous_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/auth/anonymous_user.py b/wiki/auth/anonymous_user.py index 3faddee2..2f0d64bf 100644 --- a/wiki/auth/anonymous_user.py +++ b/wiki/auth/anonymous_user.py @@ -50,7 +50,7 @@ class AnonymousAuth(BaseAuth): return user_obj, True p = urlparse.urlparse(request.url) - # Prevent preference edition when anonymous + # Prevent preference edition and quicklink when anonymous if action == "userprefs" or action == "quicklink": url = urlparse.urlunparse(('https', p.netloc, p.path, "", "", "")) request.http_redirect(url)