Posted by hallman on February 19, 2011 at 6:53pm
I have online registration set up for a conference using CiviEvent. I want people to register as Drupal users, so I'm not allowing anonymous registrations -- "register for events" is not checked for anonymous but is for authenticated. If someone goes to the registration form without logging in, they get the message:
You do not have permission to register for this event
The profile for registration is the CiviCRM Name and Address profile. My online registration has two profiles, one for conference info and the Name and Address profile, which they can update. Is there a way they can fill out both forms at once and create a Drupal user?
The conference is http://nctech4good.org

Comments
Problem solved
Changed CRM/Event/Form/Registration.php message
You do not have permission to register for this event
to
You must register with the site and login before registering for the
conference
with a link to /user/register
Judy Hallman