From 8a8922f2a6f0ec0177ff2e43561309e86eb2a3d3 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 19 Sep 2012 23:33:52 -0300 Subject: [PATCH] - Minot fix on password recovery. --- .../src/main/java/com/wisemapping/mail/NotificationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java b/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java index 8bcb5500..da6cb137 100644 --- a/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java +++ b/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java @@ -82,7 +82,7 @@ final public class NotificationService { final String messageTitle = "Your new password has been generated"; final String messageBody = "

Someone, most likely you, requested a new password for your WiseMapping account.

\n" + - "

Here is your new password: : " + temporalPassword + "

\n" + + "

Here is your new password: " + temporalPassword + "

\n" + "

You can login clicking here. We strongly encourage you to change the password as soon as possible.

"; sendTemplateMail(user, mailSubject, messageTitle, messageBody);