Update default settings.
[pithos] / pithos / settings.d / 20-im.conf
index eb90ba6..2854bcd 100644 (file)
@@ -2,6 +2,12 @@
 # to be this many hours after their creation time.
 AUTH_TOKEN_DURATION = 30 * 24
 
+# Bypass authentication for user administration.
+BYPASS_ADMIN_AUTH = False
+
+# Show these many users per page in admin interface.
+ADMIN_PAGE_LIMIT = 100
+
 # Authenticate via Twitter.
 TWITTER_KEY = ''
 TWITTER_SECRET = ''
@@ -16,6 +22,10 @@ INVITATIONS_PER_LEVEL = {
 
 SERVICE_NAME = 'Pithos'
 
+# Address to use for outgoing emails
+DEFAULT_FROM_EMAIL = 'Pithos <no-reply@grnet.gr>'
+DEFAULT_CONTACT_EMAIL = 'support@pithos.grnet.gr'
+
 # Where users should login with their invitation code
 INVITATION_LOGIN_TARGET = '%s/im/login/invitation?code=%d&next=%s'