Revision 5a3921a1 snf-astakos-app/README

b/snf-astakos-app/README
48 48
ASTAKOS_INVITATIONS_PER_LEVEL               {0:100, 1:2, 2:0, 3:0, 4:0}                                                     Number of user invitations per user level
49 49
ASTAKOS_DEFAULT_FROM_EMAIL                  GRNET Cloud <no-reply\@grnet.gr>                                                ``from`` parameter passed in ``django.core.mail.send_mail``
50 50
ASTAKOS_DEFAULT_CONTACT_EMAIL               support\@cloud.grnet.gr                                                         Contact email
51
ASTAKOS_DEFAULT_ADMIN_EMAIL                 support\@cloud.grnet.gr                                                         Administrator email to receive user creation notifications (if None disables notifications)
52
ASTAKOS_IM_MODULES                          ['local', 'shibboleth']                                                         Signup modules
51
SERVER_EMAIL                                None
52
ADMINS                                      None
53
ASTAKOS_IM_MODULES                          ['local']                                                                       Signup modules
53 54
ASTAKOS_FORCE_PROFILE_UPDATE                True                                                                            Force user profile verification
54 55
ASTAKOS_INVITATIONS_ENABLED                 True                                                                            Enable invitations
55 56
ASTAKOS_COOKIE_NAME                         _pithos2_a                                                                      ``Key`` parameter passed in ``django.http.HttpResponse.set_cookie``
......
59 60
ASTAKOS_MODERATION_ENABLED                  True                                                                            If False and invitations are not enabled newly created user will be automatically accepted
60 61
ASTAKOS_BASEURL                             \http://pithos.dev.grnet.gr                                                     Astakos baseurl
61 62
ASTAKOS_SITENAME                            GRNET Cloud                                                                     Service name that appears in emails
62
ASTAKOS_RECAPTCHA_ENABLED                   True                                                                            Enable recaptcha
63 63
ASTAKOS_RECAPTCHA_PUBLIC_KEY                                                                                                Recaptcha public key obtained after registration here: http://recaptcha.net
64 64
ASTAKOS_RECAPTCHA_PRIVATE_KEY                                                                                               Recaptcha private key obtained after registration here: http://recaptcha.net
65
ASTAKOS_RECAPTCHA_OPTIONS                   {'theme': 'white'}                                                              Options for customizing reCAPTCHA look and feel
65
ASTAKOS_RECAPTCHA_OPTIONS                   {'theme': 'custom', 'custom_theme_widget': 'okeanos_recaptcha'}                 Options for customizing reCAPTCHA look and feel
66
ASTAKOS_RECAPTCHA_USE_SSL                   True
67
ASTAKOS_RECAPTCHA_ENABLED                   False                                                                           Enable recaptcha
66 68
                                                                                                                            (see: http://code.google.com/intl/el-GR/apis/recaptcha/docs/customization.html)
69
ASTAKOS_BILLING_FIELDS                      ['is_active']                                                                   AstakosUser fields to propagate in the billing system
70
ASTAKOS_QUEUE_CONNECTION                                                                                                    The queue connection ex. 'rabbitmq://guest:guest@localhost:5672/astakos'
67 71
ASTAKOS_LOGOUT_NEXT                                                                                                         Where the user should be redirected after logout
68 72
                                                                                                                            (if not set and no next parameter is defined it renders login page with message)
69
ASTAKOS_BILLING_FIELDS                      ['id', 'is_active', 'provider', 'third_party_identifier']                       AstakosUser fields to propagate in the billing system
70
ASTAKOS_QUEUE_CONNECTION                                                                                                    The queue connection ex. 'rabbitmq://guest:guest@localhost:5672/astakos'
71 73
                                                                                                                            (if it is not set, it does not send messages)
72 74
ASTAKOS_RE_USER_EMAIL_PATTERNS              []                                                                              Email patterns that are automatically activated ex. ['^[a-zA-Z0-9\._-]+@grnet\.gr$']
73 75

  
74
ASTAKOS_LOGIN_MESSAGES                      {}                                                                              Notification messages to display on login page header
76
ASTAKOS_LOGIN_MESSAGES                      []                                                                              Notification messages to display on login page header
77
                                                                                                                            e.g. {'warning': 'Warning message (can contain html)'}
78
ASTAKOS_SIGNUP_MESSAGES                     []                                                                              Notification messages to display on signup page header
79
                                                                                                                            e.g. {'warning': 'Warning message (can contain html)'}
80
ASTAKOS_PROFILE_MESSAGES                    []                                                                              Notification messages to display on profile page header
81
                                                                                                                            e.g. {'warning': 'Warning message (can contain html)'}
82
ASTAKOS_GLOBAL_MESSAGES                     []                                                                              Notification messages to display on every page header
75 83
                                                                                                                            e.g. {'warning': 'Warning message (can contain html)'}
76 84
ASTAKOS_PROFILE_EXTRA_LINKS                 {}                                                                              Messages to display as extra actions in account forms
77 85
                                                                                                                            e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
......
124 132
                                            'name': 'diskspace',
125 133
                                            'unit': 'bytes',
126 134
                                            'uplimit': 5368709120}],
127
                                            'url': 'https://node2.example.com/ui/'}}                                                                               
135
                                            'url': 'https://node2.example.com/ui/'}}
128 136
ASTAKOS_AQUARIUM_URL                        ''                                                                              The billing (aquarium) URI
129 137
                                                                                                                            e.g. ``http://localhost:8888/user``
130
ASTAKOS_PAGINATE_BY                         10                                                                              Number of object to be displayed per page
138
ASTAKOS_PAGINATE_BY                         8                                                                               Number of object to be displayed per page
139
ASTAKOS_PAGINATE_BY_ALL                     15                                                                              Number of object to be displayed per pagein show all projects page
131 140

  
132 141
ASTAKOS_NEWPASSWD_INVALIDATE_TOKEN          True                                                                            Enforce token renewal on password change/reset. If set to False, user can optionally decide
133 142
                                                                                                                            whether to renew the token or not.
134 143
ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION      True                                                                            Permit local account migration to third party account
144
ASTAKOS_RESOURCES_PRESENTATION_DATA         {}                                                                              Customizes resource presentation
145
ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION      True                                                                            Permits local account migration
146
ASTAKOS_SHIBBOLETH_REQUIRE_NAME_INFO        False                                                                           Strict shibboleth usage
147
ASTAKOS_PROJECT_MEMBER_JOIN_POLICIES        {'1':'automatically accepted', '2':'owner accepts', '3':'closed'}               Text to be displayed in project member join policy dropdown
148
ASTAKOS_PROJECT_MEMBER_LEAVE_POLICIES       {'1':'automatically accepted', '2':'owner accepts', '3':'closed'}               Text to be displayed in project member leave policy dropdown
149
ASTAKOS_ACTIVATION_REDIRECT_URL             "/im/landing"
150
ASTAKOS_TRANSLATE_UUIDS                     False                                                                           If true, this enables a ui compatibility layer for the introduction of UUIDs in identity management.
151
                                                                                                                            WARNING: Setting to True will break your installation.
152
ASTAKOS_PROJECT_ADMINS                      set()                                                                           Users to approve/deny project applications
153
ASTAKOS_TWITTER_TOKEN                       ''                                                                              Oauth2 twitter token
154
ASTAKOS_TWITTER_SECRET                      ''                                                                              Oauth2 twitter secret
155
ASTAKOS_TWITTER_AUTH_FORCE_LOGIN            Fals
156
ASTAKOS_GOOGLE_CLIENT_ID                    ''                                                                              Oauth2 google client id
157
ASTAKOS_GOOGLE_SECRET                       ''                                                                              Oauth2 google secret
158
ASTAKOS_LINKEDIN_TOKEN                      ''                                                                              Oauth2 LinkedIn token
159
ASTAKOS_LINKEDIN_SECRET                     ''                                                                              Oauth2 LinkedIn secret
135 160
=========================================== =============================================================================   ===========================================================================================
136 161

  
137 162
Administrator functions

Also available in: Unified diff