Author: hhubner Date: 2006-03-10 15:11:23 -0500 (Fri, 10 Mar 2006) New Revision: 1914
Modified: branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp Log: Minor mail text changes.
Modified: branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp 2006-03-10 20:04:05 UTC (rev 1913) +++ branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp 2006-03-10 20:11:23 UTC (rev 1914) @@ -120,15 +120,15 @@ (defmethod send-welcome-mail ((participant participant) initial-password) (user-send-mail participant :subject "Your account on the LISP ECOOP workshop website has been created" :text (format nil -"Your participant account on the LISP ECOOP Workshop website has -been created. Please visit your personal profile page on -http://lisp-ecoop.bknr.net/edit-profile/ to change your password +"Your participant account on the LISP ECOOP Workshop website has +been created. Please visit your personal profile page on +http://lisp-ecoop.bknr.net/edit-profile/ to change your password andupdate your profile information.
Your login name is: ~A Your initial password is: ~A
-Please direct your questions regarding the workshop to Hans Hübner, who can +Please direct your questions regarding the workshop to Hans Hübner, who can be reached by email as hans@huebner.org.
Have fun and see you on the workshop!" @@ -140,15 +140,15 @@ (user-send-mail participant :subject "Your password for the LISP ECOOP workshop website" :text (format nil -"Your password on the LISP ECOOP Workshop website has been reset. -Please visit your personal profile page on -http://lisp-ecoop.bknr.net/edit-profile/~A to change your password +"Your password on the LISP ECOOP Workshop website has been reset. +Please visit your personal profile page on +http://lisp-ecoop.bknr.net/edit-profile/~A to change your password and update your profile information.
Your login name is: ~A Your new password is: ~A
-Please direct your questions regarding the workshop to Hans Hübner, who can +Please direct your questions regarding the workshop to Hans Hübner, who can be reached by email as hans@huebner.org." (user-login participant) (user-login participant)