Users that log in, are at invitations level 0.
[pithos] / pithos / settings.py.dist
index 5a7267c..625cec1 100644 (file)
@@ -147,7 +147,8 @@ INSTALLED_APPS = (
 #    'django.contrib.admindocs',
     'pithos.im',
     'pithos.api',
-    'pithos.public'
+    'pithos.public',
+    'pithos.ui'
 )
 
 # Set the expiration time of newly created auth tokens
@@ -167,6 +168,16 @@ TWITTER_SECRET = ''
 
 # Address to use for outgoing emails
 DEFAULT_FROM_EMAIL = 'Pithos <no-reply@grnet.gr>'
+FEEDBACK_FROM_EMAIL = DEFAULT_FROM_EMAIL
+FEEDBACK_CONTACT_EMAIL = 'support@pithos.grnet.gr'
+
+INVITATIONS_PER_LEVEL = {
+    0   :   3,
+    1   :   0,
+    2   :   0,
+    3   :   0,
+    4   :   0
+}
 
 # Where users should login with their invitation code
 INVITATION_LOGIN_TARGET = 'https://pithos.dev.grnet.gr/im/login/invitation' \