Updates Auth app for handleRequest
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T8628: Modernize AphrontControllers to implement handleRequest
- Commits
- Restricted Diffusion Commit
rP36103dfa182c: Update Auth for handleRequest
Tested what I could, Log in, Log out, Change Password, New account, Verify account... but extra eyes very helpful here.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- auth-process
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 7433 Build 7906: [Placeholder Plan] Wait for 30 Seconds Build 7905: arc lint + arc unit
Event Timeline
src/applications/auth/controller/PhabricatorAuthInviteController.php | ||
---|---|---|
11 | $request->getViewer() and $this->getViewer() do exactly the same thing, but $this->getViewer() is the newer / more-preferred mechanism. It works more consistently in more places. |