Page MenuHomePhorge

User creation is missing in feed
Open, Needs TriagePublic

Description

Currently, in the Manage tab of one's profile, there's an entry in the log for when the user was approved, but there should also be one for when the user was created:

image.png (389×1 px, 81 KB)

After discussing this with @valerio.bozzolan, it seems like the issue is that creating a user does not currently employ a transaction (xaction). So it might be necessary to create a new transaction in src/applications/people/xaction/, and/or modifying controller/PhabricatorPeopleNewController.php to use transactions.