Revision f86bdcac

b/Changelog
134 134
	#change of greeting email subject
135 135
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
136 136

  
137
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
138
  from astakos .conf file. Settings are dynamically computed based on 
139
  ``ASTAKOS_BASE_URL``.
140

  
137 141
* Management commands:
138 142

  
139 143
  * Introduced new commands:
b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
103 103
# Strict shibboleth usage
104 104
#ASTAKOS_SHIBBOLETH_REQUIRE_NAME_INFO = False
105 105

  
106
#ASTAKOS_ACTIVATION_REDIRECT_URL = "/im/landing"
107

  
108 106
# If true, this enables a ui compatibility layer for the introduction
109 107
# of UUIDs in identity management.
110 108
# WARNING: Setting to True will break your installation.
......
126 124
#ASTAKOS_LINKEDIN_TOKEN = ''
127 125
#ASTAKOS_LINKEDIN_SECRET = ''
128 126

  
129
# URL to redirect the user after successful login when no next parameter is set
130
# ASTAKOS_LOGIN_SUCCESS_URL = '/im/landing'
131

  
132 127
# Whether or not to display projects in astakos menu
133 128
# ASTAKOS_PROJECTS_VISIBLE = False
134 129

  

Also available in: Unified diff