Download & Extend

signup e-mails not showing correct %user_signup_info

Project:Signup Integration for Ubercart
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

This 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.

#2

thank 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?