# Admin report for changed email addresses?

**URL:** <https://meta.discourse.org/t/admin-report-for-changed-email-addresses/176460>\
**Category:** Support\
**Created:** [January 18, 2021, 4:02pm UTC](https://meta.discourse.org/t/admin-report-for-changed-email-addresses/176460 "2021-01-18T16:02:43Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![tschloss](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tschloss/32/206387_2.png) [@tschloss](https://meta.discourse.org/u/tschloss)\
**Post date:** [January 18, 2021, 4:02pm UTC](https://meta.discourse.org/t/admin-report-for-changed-email-addresses/176460/1 "2021-01-18T16:02:44Z")

</div>

I have the need to watch users changing their email address.  
(Background only: We have another system to maintain members for a sports club with their email address - only users with an email address from this external system are allowed to be in the forum. Changes should be kept in sync - but not enforced hardly)

Where can I see user initiated changes of email address? It is ok for me to use pg SQL, probably preferred because it could be automated then.

Thank you  
Thomas

---

<div class="post-metadata">

**Author:** ![Sailsman63](https://avatars.discourse-cdn.com/v4/letter/s/b5ac83/32.png) [@Sailsman63](https://meta.discourse.org/u/Sailsman63)\
**Post date:** [January 18, 2021, 4:20pm UTC](https://meta.discourse.org/t/admin-report-for-changed-email-addresses/176460/2 "2021-01-18T16:20:49Z")

</div>

> [@tschloss](#):
>
> have another system to maintain members for a sports club with their email address - only users with an email address from this external system are allowed to be in the forum.

Set the other system up as an SSO provider, and only allow logins through that SSO?

---

<div class="post-metadata">

**Author:** ![tschloss](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tschloss/32/206387_2.png) [@tschloss](https://meta.discourse.org/u/tschloss)\
**Post date:** [January 18, 2021, 5:04pm UTC](https://meta.discourse.org/t/admin-report-for-changed-email-addresses/176460/3 "2021-01-18T17:04:59Z")

</div>

Good idea, but the other system is a traditional offline member management system.

So I am looking not for a stronger coupling, but for either a notification or an on demand query to find address changes.

(The max amount of users is under 1000, changes will happen rarely. For now this is done manually, but after a while it might be partially automated)
