From d89e8df4126db34659609152de481bdb2e0ce601 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 11 Dec 2013 03:37:50 +0100 Subject: [PATCH] amue.conf: hide registration and password reset links --- amue.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amue.conf b/amue.conf index aa3c1c8..7c7dc96 100644 --- a/amue.conf +++ b/amue.conf @@ -1,6 +1,8 @@ # do not remove this line, it imports db configuration from dbconfig-common . /etc/amue-authentic2/db.conf +export A2_REGISTRATION_AUTHORIZED= +export A2_CAN_RESET_PASSWORD= export A2_HOMEPAGE_URL=http://www.amue.fr/ export CACHE_BACKEND='{"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", "LOCATION": "127.0.0.1:11211"}' export USE_X_FORWARDER_HOST=1