Active
Project:
Signup Integration for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 11:27 UTC
Updated:
13 Apr 2011 at 10:02 UTC
The mails send when someones signup is confirmed are not showing any of the following values:
%user_mail
%user_signup_info
[signup-user-data-raw]
%user_signup_info and the [signup-user-data-raw] token returns only "signup information" and not the users information.
Comments
Comment #1
brentratliff commentedThis issue and your related issue #1124600: Send account notification settings overwrites the Ubercart settings are talked about here: #865384: Ubercart generated passwords for anonymous users are only one character.. Basically, uc_signup doesn't use Ubercart to create accounts, it assumes the role of admin and creates the accounts. If you want to change the format and tokens of the emails, use the 'account created by an administrator' settings in Drupal core. Hopefully this helps.
Comment #2
nchase commentedthank you, that solves the issue with the accounts, I marked it as fixed.
One question about the signup attendees mail: What information should %user_signup_info usually contain?