|
@@ -230,6 +230,10 @@ VPN_CONF_BASE_DN = None
|
|
|
# Default cotisation in €, per year
|
|
|
MEMBER_DEFAULT_COTISATION = 20
|
|
|
|
|
|
+# Link to a page with information on how to become a member or pay the
|
|
|
+# membership fee
|
|
|
+MEMBER_MEMBERSHIP_INFO_URL = '#'
|
|
|
+
|
|
|
# Reset session if cookie older than 2h.
|
|
|
SESSION_COOKIE_AGE = 7200
|
|
|
|