Replace real usernames with fictional ones in email sync script sample output

- Change authenticated user from 'ryanlerch' to 'adminuser'
- Replace real usernames with fictional ones: dudemcpants, testermctesterson, fergieforge
- Use example.com and example.org domains instead of real email addresses
- Maintain educational value while protecting user privacy
- Sample still demonstrates all key script scenarios (successful updates, fasnotfound cases)
This commit is contained in:
Ryan Lerch 2025-10-28 13:23:00 +10:00
commit 3e14805572

View file

@ -145,7 +145,7 @@ Fedora Accounts URL: https://fasjson.stg.fedoraproject.org
*** DRY RUN MODE - NO CHANGES WILL BE MADE ***
========================================================================================================================
Authenticated with Fedora Accounts as: ryanlerch
Authenticated with Fedora Accounts as: adminuser
Fetching users from Forge...
Found 1247 total users on Forge
@ -153,9 +153,9 @@ Found 1247 total users on Forge
------------------------------------------------------------------------------------------------------------------------
Username Current Email Action New Email
------------------------------------------------------------------------------------------------------------------------
kparal kparal@fedoraproject.org WOULD UPDATE kparal@redhat.com
ryanlerch-testuser1 ryanlerch-testuser1@fedoraproject.org WOULD UPDATE rlerch+testuser1@redhat.com
testermctesterson testermctesterson@fedoraproject.org WOULD UPDATE ryanlerch+testermctesterson@redhat.com
dudemcpants dudemcpants@fedoraproject.org WOULD UPDATE dudemcpants@example.com
testermctesterson testermctesterson@fedoraproject.org WOULD UPDATE tester@example.org
fergieforge fergieforge@fedoraproject.org WOULD UPDATE fergieforge+fasnotfound@fedoraproject.org
------------------------------------------------------------------------------------------------------------------------
========================================================================================================================