I'm trying your awesome plugin and I'd like to enhance the Smooth Single Sign-on experience.
This is my situation:
1) I have a board account but not a wordpress account
2) I log in to the board
3) Automatically I log in to Wordpress
Actually if I log in to the board i'm not logged into wordpress, but I need to log-in with the WP login page.
Looking at your widget I've discovered that class
$GLOBALS['ipbwi']->member
Is there a function to create the wordpress user?
I could accomplish to my result with a code like that:
if($GLOBALS['ipbwi']->member->isLoggedIn()){
$GLOBALS['ipbwi']->member->?CREATE_WP_USER($GLOBALS['ipbwi']->member->myInfo['email']
}













