Page MenuHomePhabricator

Create method for staged rollout of SUL3 to temp users
Closed, DeclinedPublic

Description

Same as T384552: Create method for staged opt-in of new users into SUL3 rollout but for temp users.

There is no login/signup for temp users, instead they get central login via LoginCompleteHookHandler::onTempUserCreatedRedirect(). That method needs to decide if the SUL2 or SUL3 central login URL is used and set the global option.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Just to clarify why it was declined:

While I was working on tests for a patch, temp users are only active on a few wikis. So just enabling SUL3 on all wikis by default means that as temp users are configured over time on more wikis, SUL3 will become available for them, meaning that we already have a staged rollout in this fashion, no need for extra code.