Opened 12 months ago

Last modified 7 months ago

#20825 new defect (bug)

User activation in multisite should happen in the main blog..

Reported by: rahal.aboulfeth Owned by:
Priority: normal Milestone: Awaiting Review
Component: Multisite Version:
Severity: normal Keywords: has-patch
Cc:

Description

In multisite mode ( subdomain ) , when a user activates his account, it should happen in the main blog ( or not ? ) .

In ms-settings.php ( line 118 ) , we assume that the main blog is always blog=1 ( which may be wrong ) .

The attached patch uses the constant BLOG_ID_CURRENT_SITE if defined instead.

Attachments (1)

main-blog-while-activation-user.patch (640 bytes) - added by rahal.aboulfeth 12 months ago.

Download all attachments as: .zip

Change History (2)

comment:1 in reply to: ↑ description   wpmuguru7 months ago

Replying to rahal.aboulfeth:

In multisite mode ( subdomain ) , when a user activates his account, it should happen in the main blog ( or not ? ) .

This works the same as MU did. Activation in a subdomain install occurred at the subdomain address. We may want to change that. Just noting that it's not a bug.

Note: See TracTickets for help on using tickets.