Greetings
I’m using the “member_member_register” hook to create a channel entry based on the user’s input during a signup process, however this hook is triggered before the user gets logged in, so I get the “unauthorised posting” message.
The only way I can seem to get past this is to either add a new hook into the “register_member” method after the code that logs the user in, or allow the Guest member group to post to the channel in question, both of which are not ideal.
I need to create the channel entry at this point so is there another way to do this?
Thanks!
