Revision e24d0e0d snf-astakos-app/astakos/im/messages.py

b/snf-astakos-app/astakos/im/messages.py
94 94
SHIBBOLETH_EMAIL_USED                   =   'This email is already associated with another shibboleth account.'
95 95
SHIBBOLETH_INACTIVE_ACC                 =   'This email is already associated with an inactive account. \
96 96
                                               You need to wait to be activated before being able to switch to a shibboleth account.'
97
SHIBBOLETH_MISSING_EPPN                 =   'Missing unique token in request.'
97
SHIBBOLETH_MISSING_EPPN = 'Your request is missing a unique ' + \
98
                          'token. This means your academic ' + \
99
                          'institution does not yet allow its users to log ' + \
100
                          'into %(domain)s with their academic ' + \
101
                          'credentials. Please contact %(contact_email)s' + \
102
                          ' for more information.'
98 103
SHIBBOLETH_MISSING_NAME                 =   'Missing user name in request.'
99 104

  
100 105
SIGN_TERMS                              =   'You have to agree with the terms.'

Also available in: Unified diff