When using sigup and uc_signup, a user can signup for events and can sign others up for events, all without first creating an account and logging in. Accounts are created for attendees and "customer" during the checkout process.

Here is a particular use case:
A parent wants to sign up her kids for a summer camp. During the signup process, the parent should be able to create subuser accounts for the kids.

Comments

shawn dearmond’s picture

Status: Active » Needs review
StatusFileSize
new6.62 KB

Okay, here's a patch that, if the user has "create subuser" permission when checking out with uc_signup, the user can select which of the new accounts being created should be subuser accounts.

lauriii’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

This patch requires UC as dependency, and thats not a thing we'd like to do.

shawn dearmond’s picture

Status: Closed (won't fix) » Needs review

No it doesn't. It implements UC hooks, but they'll only fire if UC is installed.

lauriii’s picture

Status: Needs review » Needs work
StatusFileSize
new18.3 KB

Actually that's true.

I cant complete the signup process because I got stuck in the Attendee Contact Information-page.