Revision a083b9a4 pithos/settings.d/20-im.conf

b/pithos/settings.d/20-im.conf
26 26
DEFAULT_FROM_EMAIL = 'Pithos <no-reply@grnet.gr>'
27 27
DEFAULT_CONTACT_EMAIL = 'support@pithos.grnet.gr'
28 28

  
29
# Where users should login with their invitation code
30
INVITATION_LOGIN_TARGET = '%s/im/login/invitation?code=%d&next=%s'
29
# Where users should signup with their invitation code
30
SIGNUP_TARGET = '%s/im/signup/?code=%d&next=%s'
31 31

  
32 32
# Where users should activate their local account
33 33
ACTIVATION_LOGIN_TARGET = '%s/im/local/activate/?auth=%s&next=%s'
......
36 36
PASSWORD_RESET_TARGET = '%s/im/local/reset/?username=%s&next=%s'
37 37

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

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

  
44
#Enable invitations
45
INVITATIONS_ENABLED = True

Also available in: Unified diff