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'