Мелочь
This commit is contained in:
@ -1214,7 +1214,8 @@ public class DBMSRecords implements ServletContextAware {
|
||||
|
||||
String recipient = login;
|
||||
String subject = "New password for CCALM from http://www.ccalm.org";
|
||||
String content = "Login is: "+ email.toLowerCase()+"\n<br> New password: " + newPass;
|
||||
String content = "Login is: "+ email.toLowerCase()+"\n<br> New password: <b>" + newPass+"</b>";
|
||||
content += "<br><br>Sincerely, the administration of ccalm.org.";
|
||||
|
||||
|
||||
String answer = "";
|
||||
@ -1398,7 +1399,8 @@ public class DBMSRecords implements ServletContextAware {
|
||||
//Отправляем пароль на Email
|
||||
String recipient = email;
|
||||
String subject = "Password for new user on http://www.ccalm.org";
|
||||
String content = "Login is: "+ email.toLowerCase()+"\n<br> Password: " + newPass;
|
||||
String content = "Login is: "+ email.toLowerCase()+"\n<br> Password: <b>" + newPass+"</b>";
|
||||
content += "<br><br>Sincerely, the administration of ccalm.org.";
|
||||
|
||||
//String answer = "";
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user