Group badge not show for chinese user name
0_1452671057646_upload-8d014735-7daa-4cae-9aba-23372de48919
When using English as user name, the badge can display correctly.
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"