Opened 3 years ago
Last modified 2 years ago
#55140 new defect (bug)
Erase Personal Data Email Validation Issue
Reported by: | ravipatel | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Privacy | Keywords: | has-patch 2nd-opinion has-privacy-review |
Focuses: | administration | Cc: |
Description
Erase Personal Data work fine with invalid username but not working with email.
When i added random text email auto inserted.
Attachments (4)
Change History (13)
#1
@
3 years ago
- Keywords has-patch added
Step 1: Add invalid user show validation message
Step 2: When add email with random text auto inserted without validation (bug)
step 3: Need to add validation code on else part.
#2
@
3 years ago
- Component changed from General to Privacy
- Severity changed from major to normal
- Version trunk deleted
#3
@
3 years ago
@ravipatel I have added below change in updated patch.
1) Remove extract space before elseif
2) Use email
field instead of user_email
- Ref( https://developer.wordpress.org/reference/functions/get_user_by/ )
#4
@
3 years ago
- Keywords 2nd-opinion added
AFAIK the data removal also needs to support erasing data from guest users who have commented on your site but are not registered users on that site. Or users who have bought something in your ecommerce shop without signing up.
This patch prevents this from happening.
Email validation issue