Project

General

Profile

« Previous | Next » 

Revision 52050

Add RequestActivationCode.java and .jsp, Fix titles of .jps pages, Fix email messages

View differences:

RemindUsernameServlet.java
86 86
                    String verificationCodeMsg = "<p>Hello,</p>" +
87 87
                            "<p> A username reminder has been requested for your OpenAIRE account.</p>" +
88 88
                            "<p> Your username is " + username + ".</p>" +
89
                            "<p> Thank you </p>";
89
                            "<p> Thank you, </p>" +
90
                            "<p> OpenAIRE technical team</p>";
90 91

  
91 92
                    String verificationCodeSubject = "Your OpenAIRE username";
92 93

  

Also available in: Unified diff