Page MenuHomePhabricator

Refactor user management logic into a UserManager service
Open, Needs TriagePublic

Description

Problem
The logic for managing users is tightly bound in CentralAuthUser. This makes it really hard to test and debug.

Solution
Move some of the logic in a UserManager Service