Revision 984fec93 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
334 334
                                  'ASTAKOS_ACTIVATION_REDIRECT_URL',
335 335
                                  "/im/landing")
336 336

  
337

  
337 338
# If true, this enables a ui compatibility layer for the introduction of UUIDs
338 339
# in identity management. WARNING: Setting to True will break your installation.
339 340
TRANSLATE_UUIDS = getattr(settings, 'ASTAKOS_TRANSLATE_UUIDS', False)
......
361 362
LINKEDIN_TOKEN = getattr(settings, 'ASTAKOS_LINKEDIN_TOKEN', '')
362 363
LINKEDIN_SECRET = getattr(settings, 'ASTAKOS_LINKEDIN_SECRET', '')
363 364

  
364
# Where to redirect the user after successful login when no next parameter is
365
# set
365
# URL to redirect the user after successful login when no next parameter is set
366 366
LOGIN_SUCCESS_URL = getattr(settings, 'ASTAKOS_LOGIN_SUCCESS_URL',
367 367
                            '/im/landing')
368

  
369
# Whether or not to display projects in astakos menu
370
PROJECTS_VISIBLE = getattr(settings, 'ASTAKOS_PROJECTS_VISIBLE', False)

Also available in: Unified diff