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
Puoi utilizzare l’esploratore dei dati per verificare questo. Penso che questa query dovrebbe restituirti un elenco:
SELECT user_id FROM facebook_user_infos
Aggiornamento febbraio 2019:
SELECT user_id FROM user_associated_accounts WHERE provider_name = 'facebook'