Revision 251b83be snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
182 182
                                       'ASTAKOS_SHIBBOLETH_REQUIRE_NAME_INFO',
183 183
                                       False)
184 184

  
185
PROJECT_MEMBER_JOIN_POLICIES = getattr(settings,
186
                                'ASTAKOS_PROJECT_MEMBER_JOIN_POLICIES',
187
                                {'1':'automatically accepted',
188
                                 '2':'owner accepts',
189
                                 '3':'closed'})
190

  
191
PROJECT_MEMBER_LEAVE_POLICIES = getattr(settings,
192
                                'ASTAKOS_PROJECT_MEMBER_LEAVE_POLICIES',
193
                                {'1':'automatically accepted',
194
                                 '2':'owner accepts',
195
                                 '3':'closed'})
196

  
197 185
ACTIVATION_REDIRECT_URL = getattr(settings,
198 186
                                  'ASTAKOS_ACTIVATION_REDIRECT_URL',
199 187
                                  "/im/landing")
200 188

  
201

  
202 189
# If true, this enables a ui compatibility layer for the introduction of UUIDs
203 190
# in identity management. WARNING: Setting to True will break your installation.
204 191
TRANSLATE_UUIDS = getattr(settings, 'ASTAKOS_TRANSLATE_UUIDS', False)

Also available in: Unified diff