Automattic / vip-support

Manages the VIP Support Users on your site
GNU General Public License v2.0
12 stars 4 forks source link

Fix/hide personal emails #76

Closed davidsword closed 5 years ago

davidsword commented 5 years ago

for #66

Hides/masks personal email addresses using vip-support@automattic.com instead in main Users list for VIP Support users with a8c email addresses. Gravatars also change to become generic VIP one as well.

There's no need to verify support aliases any more (re https://github.com/Automattic/vip-support/pull/73) since the "fake" alias emails will be included via the is_a8c_email() method, so removed is_vip_support_email_alias logic and tests.

$ wp vipsupport create-user johndoe john.doe@automattic.com password

Displays in a single site as:

Screen Shot 2019-03-12 at 3 28 55 PM

Would work for any of valid is_a8c_email() email domains.

Note this does not work on multisite/network setups.