Revision 890b0eaf astakos/settings.d/20-im.conf

b/astakos/settings.d/20-im.conf
25 25
# Address to use for outgoing emails
26 26
DEFAULT_FROM_EMAIL = '%s <no-reply@grnet.gr>' %SERVICE_NAME
27 27
DEFAULT_CONTACT_EMAIL = 'support@%s.grnet.gr' %SERVICE_NAME.lower()
28
FEEDBACK_CONTACT_EMAIL = DEFAULT_CONTACT_EMAIL
28 29

  
29 30
# Where users should signup with their invitation code
30 31
SIGNUP_TARGET = '%s/im/signup/?code=%d&next=%s'
......
32 33
# Where users should activate their local account
33 34
ACTIVATION_LOGIN_TARGET = '%s/im/local/activate/?auth=%s&next=%s'
34 35

  
35
# Where users should reset their local password
36
PASSWORD_RESET_TARGET = '%s/im/local/reset/?username=%s&next=%s'
36
## Where users should reset their local password
37
#PASSWORD_RESET_TARGET = '%s/im/local/reset/?username=%s&next=%s'
37 38

  
38 39
# Identity Management enabled modules
39 40
IM_MODULES = ['local', 'twitter', 'shibboleth']
40 41

  
41 42
# Force user profile verification
42
FORCE_PROFILE_UPDATE = False
43
FORCE_PROFILE_UPDATE = True
43 44

  
44 45
#Enable invitations
45
INVITATIONS_ENABLED = True
46
INVITATIONS_ENABLED = True
47

  
48
# The URL where requests are redirected for login, especially when using the login_required() decorator.
49
LOGIN_URL = '/im'

Also available in: Unified diff