deleted user with sso-plugin
-
I am able to delete the user but when I try to login with the sso again it gives a Guest user logged and do not create a new one.
This Guest user do not have any user profile.
Any way of having delete the gplusid or the link between sso-id to uid of nodebb? -
@silveryseven Which SSO plugin? Twitter handles it, as should FB and G+.
Check that your SSO plugin has these lines: https://github.com/julianlam/nodebb-plugin-sso-facebook/blob/master/library.js#L131-L144
-
It is a sso-googleplus sir. G+ don't have line related on deleting.
Twitter and Facebook has that line. Google doesn't have that. Any way I can find the oauthid for that deleted user in redis-cli manually delete.
Update: I manage to delete by using "del gplusid:uid"
Copyright © 2024 NodeBB | Contributors