I have Ubercart installed. I'd like to create a Conditional Action after an anonymous user finishes checking out. The system currently creates a user automatically, but it does not log them in - I want this conditional action to log them in.
The conditional action allows me to write custom PHP to perform whatever I want - and what I want to do is log in the user. How can I do this?