Project

General

Profile

« Previous | Next » 

Revision 9c05c99d

Added by Andreas Kohlbecker over 2 years ago

ref #6161 fixing read-only bug in PasswordResetService and adding support email address to email messages

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/security/PasswordResetTemplates.java
20 20
            + "\n\nPlease click ${linkUrl} to reset your password";
21 21

  
22 22
    public static final String RESET_SUCCESS_EMAIL_SUBJECT_TEMPLATE = "Your password for ${userName} has been changed";
23
    public static final String RESET_SUCCESS_EMAIL_BODY_TEMPLATE = "The password of your account at the ${dataBase} data base has just been changed."
24
            + "\n\nIf this was not initiated by you, please contact the adminitrator as soon as possible.";
23
    public static final String RESET_SUCCESS_EMAIL_BODY_TEMPLATE = "The password of your account (${userName}) at the ${dataBase} data base has just been changed."
24
            + "\n\nIf this was not initiated by you, please contact the administrator (${supportEmailAddress}) as soon as possible.";
25 25

  
26 26
    public static final String RESET_FAILED_EMAIL_SUBJECT_TEMPLATE = "Changing your password for ${userName} has failed";
27 27
    public static final String RESET_FAILED_EMAIL_BODY_TEMPLATE = "The attempt to change the password of your account at the ${dataBase} data base has failed."
28
            + "\n\nIf this was not initiated by you, please contact the adminitrator as soon as possible.";
28
            + "\n\nIf this was not initiated by you, please contact the administrator (${supportEmailAddress}) as soon as possible.";
29 29

  
30 30
}

Also available in: Unified diff