[CMF-checkins] CVS: CMF - mail_password_response.dtml:1.1 registered_notify_template.dtml:1.1 mail_password_template.dtml:1.2 registered_notify.dtml:NONE
tseaver@digicool.com
tseaver@digicool.com
Tue, 27 Mar 2001 15:45:54 -0500 (EST)
Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak:/tmp/cvs-serv18203/CMFDefault/skins/generic
Modified Files:
mail_password_template.dtml
Added Files:
mail_password_response.dtml registered_notify_template.dtml
Removed Files:
registered_notify.dtml
Log Message:
* Move actual mail sending into CMFDefault.RegistrationTool, to
avoid having to give proxy roles to the skin methods involved
(Tracker issue #160).
--- Added File mail_password_response.dtml in package CMF ---
<dtml-var standard_html_header>
<p>Your password has been mailed. It should arrive in your mailbox momentarily.</p>
<dtml-var standard_html_footer>
--- Added File registered_notify_template.dtml in package CMF ---
<dtml-with portal_properties>
To: <dtml-var email>
From: "&dtml-email_from_name;" <&dtml-email_from_address;>
Subject: Portal Membership Information
You have been registered as a member of <dtml-var title>, which
allows you to personalize your view of the Portal website and participate in
the community.
This describes the purpose of the portal:
<dtml-var description>
Visit us at &dtml-portal_url;
Your login id and password are:
Login ID: <dtml-var username>
Password: <dtml-var password>
You can use this URL to log on:
&dtml.url-logged_in;?__ac_name=&dtml.url_quote-username;&__ac_password=&dtml.url_quote-password;
Be aware that this URL might wrap over two lines. If your browser shows an error
message when you try to access the URL please make sure that you put in the
complete string.
Portal Admin
</dtml-with>
--- Updated File mail_password_template.dtml in package CMF --
--- mail_password_template.dtml 2001/02/23 14:24:10 1.1
+++ mail_password_template.dtml 2001/03/27 20:45:52 1.2
@@ -1,6 +1,4 @@
-<dtml-var standard_html_header>
<dtml-with portal_properties>
-<dtml-sendmail mailhost="MailHost">
From: "&dtml-email_from_name;" <&dtml-email_from_address;>
To: <dtml-var "member.email">
Errors-to: <&dtml-email_from_address;>
@@ -9,7 +7,4 @@
Your password: <dtml-var password>
Request made by IP <dtml-var "REQUEST.REMOTE_ADDR"> at <dtml-var ZopeTime>
-</dtml-sendmail>
-<p>Your password has been mailed. It should arrive in your mailbox momentarily.</p>
</dtml-with>
-<dtml-var standard_html_footer>
--- Removed file registered_notify.dtml from package CMF --