[WIP] Investigate and resolve TODO for user and blog creation#150
Closed
Claude wants to merge 2 commits into
Closed
[WIP] Investigate and resolve TODO for user and blog creation#150Claude wants to merge 2 commits into
Claude wants to merge 2 commits into
Conversation
…failure Resolves orphaned user accounts when blog creation fails during multisite signup activation. The function now: - Deletes newly created users when blog creation fails (non-blog_taken errors) - Preserves pre-existing users by checking $user_already_exists flag - Cleans user cache after deletion to prevent stale data - Maintains backward compatibility with blog_taken error handling Includes comprehensive test coverage for all scenarios: - New user deletion on blog creation failure - Existing user preservation on blog creation failure - blog_taken error handling with user preservation - Successful activations - User-only signups - Cache cleanup verification Agent-Logs-Url: https://github.com/nopilots/wordpress-develop/sessions/64f52a37-c9e9-473b-a100-1dac16b4d0e8 Co-authored-by: josephfusco <6676674+josephfusco@users.noreply.github.com>
|
Closing as part of a system simplification. The pipeline has been stuck for 7 days with no merges. Root causes identified: revision chains, work-generation workflows, test-failures bypassing approval gates, and workflow self-modification noise. A clean-slate cleanup is in progress. The system will resume with a tighter, simpler workflow set. Fresh PRs from agents will flow through the corrected pipeline. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.