I would like to take down Facebook social login feature. Because, I don’t want to use my FB account.
Before, is there any way to know by a list which all users are using currently Facebook login for Discourse?
Thanks & Regards,
Gulshan
I would like to take down Facebook social login feature. Because, I don’t want to use my FB account.
Before, is there any way to know by a list which all users are using currently Facebook login for Discourse?
Thanks & Regards,
Gulshan
データエクスプローラーを使ってこれを確認できます。このクエリでリストが取得できると思います:
SELECT user_id FROM facebook_user_infos
2019年2月更新:
SELECT user_id FROM user_associated_accounts WHERE provider_name = 'facebook'