Revision 5e992f29 snf-astakos-app/astakos/im/messages.py
b/snf-astakos-app/astakos/im/messages.py | ||
---|---|---|
121 | 121 |
MISSING_NEXT_PARAMETER = 'No next parameter' |
122 | 122 |
|
123 | 123 |
INVITATION_SENT = 'Invitation sent to %(email)s.' |
124 |
VERIFICATION_SENT = 'Verification sent.'
|
|
124 |
VERIFICATION_SENT = 'Registration completed but account is not active yet. Account activation link was sent to your email address.'
|
|
125 | 125 |
SWITCH_ACCOUNT_LINK_SENT = 'This email is already associated with another local account. \ |
126 | 126 |
To change this account to a shibboleth one follow the link in the verification email sent to %(email)s. \ |
127 | 127 |
Otherwise just ignore it.' |
... | ... | |
130 | 130 |
Thanks for your interest in ~okeanos! The GRNET team.' |
131 | 131 |
ACTIVATION_SENT = 'Activation sent.' |
132 | 132 |
|
133 |
REGISTRATION_COMPLETED = 'Registration completed. You can now login.'
|
|
133 |
REGISTRATION_COMPLETED = 'Registration completed you can now login to your account.'
|
|
134 | 134 |
|
135 | 135 |
NO_RESPONSE = 'There is no response.' |
136 | 136 |
NOT_ALLOWED_NEXT_PARAM = 'Not allowed next parameter.' |
Also available in: Unified diff