Change some default values in settings
[astakos] / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf
index 38ac2dd..9844d5f 100644 (file)
 #ASTAKOS_DEFAULT_ADMIN_EMAIL = 'admin@cloud.grnet.gr'
 
 # Identity Management enabled modules
-#ASTAKOS_IM_MODULES = ['local', 'twitter', 'shibboleth']
+# Supported modules are: 'local', 'twitter' and 'shibboleth'
+#ASTAKOS_IM_MODULES = ['local']
 
 # Force user profile verification
 #ASTAKOS_FORCE_PROFILE_UPDATE = True
 
 #Enable invitations
-#ASTAKOS_INVITATIONS_ENABLED = True
+#ASTAKOS_INVITATIONS_ENABLED = False
 
 #ASTAKOS_COOKIE_NAME = '_pithos2_a'
 #ASTAKOS_COOKIE_DOMAIN = None
@@ -52,7 +53,7 @@
 #ASTAKOS_RECAPTCHA_PRIVATE_KEY = ''
 #ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'white'}
 #ASTAKOS_RECAPTCHA_USE_SSL = True
-#ASTAKOS_RECAPTCHA_ENABLED = True
+#ASTAKOS_RECAPTCHA_ENABLED = False
 
 # set AstakosUser fields to propagate in the billing system
 #ASTAKOS_BILLING_FIELDS = ['is_active']
 # Set the astakos main functions logging severity (None to disable)
 #from logging import INFO
 #ASTAKOS_LOGGING_LEVEL = INFO
+
+# Email subjects configuration. For admin/helper notification emails %(user)s 
+# maps to registered/activated user email.
+#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s alpha2 testing' % SITENAME
+#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s alpha2 testing' % SITENAME
+#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s alpha2 testing' % SITENAME
+#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activation is needed' % SITENAME
+#ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account created (%%(user)s)' % SITENAME
+#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activated (%%(user)s)' % SITENAME
+#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s alpha2 testing' % SITENAME
+#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s alpha2 testing' % SITENAME
+
+# Enforce token renewal on password change/reset
+# NEWPASSWD_INVALIDATE_TOKEN = getattr(settings, 'ASTAKOS_NEWPASSWD_INVALIDATE_TOKEN', True)
+
+# Permit local account migration
+# ENABLE_LOCAL_ACCOUNT_MIGRATION = getattr(settings, 'ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION', True)