SOLVED: yii accounts duplicated on nodebb
-
Update: The problem was solved by developing a script on yii that would use the nodebb API to accomplish what I need.
Original question follows;
Does anyone know if it's possible to duplicate accounts created on yii 1.1 into nodebb? Either an existing well maintained plugin/integration or some leads that I could send to the dev I work with on how this might be accomplished.
When people sign up on yii, I would like the same username/password created on nodebb.
If the account is removed on yii, to have it removed in the forum but not the other way around. -
@nodeham You'd be looking for something like session-sharing, so that logged-in users on the Yii site automatically log in on NodeBB.
It doesn't do actual syncing of user accounts, but that should be ok, as long as they are not logged in anymore, then they won't be able to log into the NodeBB account either.