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

b/snf-astakos-app/astakos/im/messages.py
40 40
INACTIVE_ACCOUNT_CHANGE_EMAIL           =   ''.join([ACCOUNT_RESEND_ACTIVATION, ' or <a href="%(signup_url)s">Provide new email?</a>'])
41 41

  
42 42
ACCOUNT_PENDING_ACTIVATION_HELP         =   'If you haven\'t received activation email, be sure to check your spam folder.'
43
PASSWORD_RESET_DONE                     =   'A mail with details on how to change your password was sent.'
44
PASSWORD_RESET_CONFIRM_DONE             =   'Password changed. You can now login using your new password.'
43 45

  
44 46
ACCOUNT_RESEND_ACTIVATION_PROMPT        =   'Resend activation mail'
45 47
ACCOUNT_USER_ACTIVATION_PENDING         =   'You have not followed the activation link'
......
58 60
MEMBER_REMOVED                          =   '%(realname)s has been successfully removed from the group.'
59 61
BILLING_ERROR                           =   'Service response status: %(status)d'
60 62
LOGOUT_SUCCESS                          =   'You have successfully logged out.'
63
LOGIN_SUCCESS                           =   'You have successfully logged in.'
61 64

  
62 65
GENERIC_ERROR                           =   'Something wrong has happened. \
63 66
                                               Please contact the administrators for more details.'

Also available in: Unified diff