Index: openacs-4/packages/acs-subsite/www/register/email-confirm.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/register/email-confirm.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-subsite/www/register/email-confirm.adp 13 Mar 2001 22:59:26 -0000 1.1 +++ openacs-4/packages/acs-subsite/www/register/email-confirm.adp 16 Feb 2002 23:14:08 -0000 1.2 @@ -17,7 +17,7 @@

Note: If you've forgotten your password, ask this server to email it + href="email-password?user_id=@user_id@">ask this server to email it to @email@. Index: openacs-4/packages/acs-subsite/www/register/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/register/Attic/user-new-2.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/register/user-new-2.tcl 25 Sep 2001 16:05:21 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/register/user-new-2.tcl 16 Feb 2002 23:14:08 -0000 1.4 @@ -136,7 +136,7 @@ set row_id [db_string user_new_2_rowid_for_email "select rowid from users where user_id = :user_id"] # the user has to come back and activate their account - ns_sendmail $email $notification_address "Welcome to [ad_system_name]" "To confirm your registration, please go to [ad_parameter -package_id [ad_acs_kernel_id] SystemURL]/register/email-confirm.tcl?[export_url_vars row_id]" + ns_sendmail $email $notification_address "Welcome to [ad_system_name]" "To confirm your registration, please go to [ad_parameter -package_id [ad_acs_kernel_id] SystemURL]/register/email-confirm?[export_url_vars row_id]" } elseif { [ad_parameter RegistrationProvidesRandomPasswordP "security" 0] || [ad_parameter EmailRegistrationConfirmationToUserP "security" 0] } { with_catch errmsg { @@ -147,7 +147,7 @@ " } { ns_returnerror "error" "$error" - ns_log Warning "Error sending registration confirmation to $email in user-new-2.tcl" + ns_log Warning "Error sending registration confirmation to $email in user-new-2" } } }