Is your enhancement related to a problem? Please describe.
When executing 'wp scrub all' or 'wp scrub users', user data is scrubbed. If a user's email domain isn't '10up.com' or 'get10up.com', their details change, blocking access to login WordPress site.
A warning prompt should inform users of potential credential changes. Options 'Yes' or 'No' would allow users to proceed with or without changing their credentials.
Example:
This command will alter the username and password of the logged-in user. If you wish to proceed with this change, please type 'yes'.
Although administrators can exclude data using arguments like --allowed-domains and --allowed-emails, but terminal notifications or pre-alteration checks would enhance user experience.
Is your enhancement related to a problem? Please describe.
When executing 'wp scrub all' or 'wp scrub users', user data is scrubbed. If a user's email domain isn't '10up.com' or 'get10up.com', their details change, blocking access to login WordPress site.
A warning prompt should inform users of potential credential changes. Options 'Yes' or 'No' would allow users to proceed with or without changing their credentials.
Example:
Although administrators can exclude data using arguments like --allowed-domains and --allowed-emails, but terminal notifications or pre-alteration checks would enhance user experience.
https://github.com/10up/wp-scrubber/assets/6384299/44215d6c-d6b3-442f-a30e-2a911989a721
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct