[Yanel-commits] rev 44448 - public/yanel/trunk/src/contributions/resources/forgotpw/src/java/org/wyona/yanel/impl/resources/forgotpw

michi at wyona.com michi at wyona.com
Thu Aug 27 22:35:00 CEST 2009


Author: michi
Date: 2009-08-27 22:34:59 +0200 (Thu, 27 Aug 2009)
New Revision: 44448

Modified:
   public/yanel/trunk/src/contributions/resources/forgotpw/src/java/org/wyona/yanel/impl/resources/forgotpw/ForgotPassword.java
Log:
subject improved

Modified: public/yanel/trunk/src/contributions/resources/forgotpw/src/java/org/wyona/yanel/impl/resources/forgotpw/ForgotPassword.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/forgotpw/src/java/org/wyona/yanel/impl/resources/forgotpw/ForgotPassword.java	2009-08-27 20:25:00 UTC (rev 44447)
+++ public/yanel/trunk/src/contributions/resources/forgotpw/src/java/org/wyona/yanel/impl/resources/forgotpw/ForgotPassword.java	2009-08-27 20:34:59 UTC (rev 44448)
@@ -272,7 +272,7 @@
                     int port = Integer.parseInt(getResourceConfigProperty("smtpPort"));
                     String from = getResourceConfigProperty("smtpFrom");
                     String to =  userList[i].getEmail();
-                    SendMail.send(emailServer, port, from, to, "password change request needs your confirmation", emailStr);
+                    SendMail.send(emailServer, port, from, to, "Reset password request needs your confirmation", emailStr);
                     String xmlStrVal = generateXML(pwexp);
 
 



More information about the Yanel-commits mailing list