RELEASE "$user_db"
sendmail -t -f "$MAILFROM" <<-EOF
From: ${MAILFROM}
- To: "${email}"
+ To: ${email}
Subject: Your account registration at ${HTTP_HOST%:*}
Someone tried to sign up for a user account using this email address.
You can activate your account using this link:
- https://${HTTP_HOST%:*}/${_BASE}/?user_confirm=${uid}+$(session_mac "$uid")
+ https://${HTTP_HOST%:*}/${_BASE}${PATH_INFO}?user_confirm=${uid}+$(session_mac "$uid")
This registration link will expire after 24 hours.