Comments: Email check for non logged in users#8443
Comments: Email check for non logged in users#8443Infinite-Null wants to merge 3 commits intoWordPress:trunkfrom
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
1dcb253 to
d406fe2
Compare
| /** | ||
| * @ticket 10931 | ||
| */ | ||
| public function test_should_return_false_when_non_logged_in_user_uses_registered_email() { |
There was a problem hiding this comment.
| public function test_should_return_false_when_non_logged_in_user_uses_registered_email() { | |
| public function test_wp_check_comment_data_should_return_false_when_non_logged_in_user_uses_registered_email() { |
|
Hi @adamsilverstein, |
Trac Ticket: #10931
Description:
This PR addresses the issue, When a non-logged-in user submits a comment using an email address that belongs to a registered user, the comment is now automatically sent to the moderation queue instead of being published directly.
Screencast:
Before Patch:
Screen.Recording.2025-03-04.at.12.15.50.PM.mov
After Patch:
Screen.Recording.2025-03-04.at.12.10.37.PM.mov