Login issue should be fixed. No, It will not cause any issue as users will be added as subscribers. Please do make sure that you have set the default role as subscriber.
or even better instead of using default_role, you can just use the string ‘subscriber’
So I would have the code like this:
add_user_to_blog( $blog_id, $user_id, get_option(‘subscriber’) );
Hi Jay,
I am sorry for the delayed reply.
It will be like thisadd_user_to_blog( $blog_id, $user_id, 'subscriber' );
Hope that helps.
Hey Brajesh,
thank you for all the help. Looks like I am having a server issue when I get the students all on. I kept getting connection failures and hitting the resource limit.
Not sure if this could be causing the registration issues or not.
Is there a way to intergrate your registration page from the theme BP Magic. I really like the way it’s setup and walks the student through the steps. With my registration page now a lot of students are not checking the “Give me an e-Portfolio” check box and are registering without a site.
Thanks again,
Jay
You must be logged in to reply to this topic.