# Wat gebeurt er als je een social login provider verwijdert?

**URL:** https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570
**Category:** Support
**Created:** [14 november 2022 om 21:13 UTC](https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570 "2022-11-14T21:13:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jsha](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jsha/32/48894_2.png) [@jsha](https://meta.discourse.org/u/jsha)
#### Post date: [14 november 2022 om 21:13 UTC](https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570/1 "2022-11-14T21:13:26Z")

</div>

If a forum has had a social login provider installed for a long time and wants to remove it, what happens to the users who were using that provider? Will they still be able to login, for instance by receiving an email?

Is there a way to list all the users who were using a social login provider?

Thanks!

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [14 november 2022 om 21:17 UTC](https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570/2 "2022-11-14T21:17:46Z")

</div>

> [@jsha](#):
>
> what happens to the users who were using that provider? Will they still be able to login, for instance by receiving an email?

If ‘local logins’ (i.e. username/password) logins are enabled, then they’ll be able to use the “reset password” button to receive a password-reset email and gain access to their account.

If you have other social login providers enabled, and users have the same email address on those services, then they can seamlessly login via another method.

> [@jsha](#):
>
> Is there a way to list all the users who were using a social login provider?

This can be done using the data-explorer plugin:

> [@Report number of users that have used each login method](https://meta.discourse.org/t/report-number-of-users-that-have-used-each-login-method/132943):
>
> Number of active users per login method Counts how many users have used each login method in the last 28 days. The time period can be changed via a parameter --[params] -- integer :last\_seen\_days = 28 SELECT provider\_name, count(\*) FROM user\_associated\_accounts uaa JOIN users u on u.id = uaa.user\_id WHERE u.active AND NOT u.staged AND u.last\_seen\_at IS NOT NULL AND last\_used \> NOW() - INTERVAL ':last\_seen\_days days' GROUP BY provider\_name ORDER BY count(\*) DESCplay_button Output

---

<div class="post-metadata">

### Author: ![jsha](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jsha/32/48894_2.png) [@jsha](https://meta.discourse.org/u/jsha)
#### Post date: [14 november 2022 om 21:20 UTC](https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570/3 "2022-11-14T21:20:06Z")

</div>

Thanks so much! You rock!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [14 december 2022 om 21:20 UTC](https://meta.discourse.org/t/what-happens-when-you-remove-a-social-login-provider/245570/4 "2022-12-14T21:20:44Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
