Ref T15064.
Details
Details
- Reviewers
chris - Group Reviewers
O1: Blessed Committers - Maniphest Tasks
- T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4
- Commits
- rPd725ffaa7728: Fix "Register with Approval flow" for php 8
- Register as a new user
- as admin, view user's page and approve it
- As new user, hit "wait patiently" to go back to Home
No crashes in this flow.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- register-80
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 612 Build 612: arc lint + arc unit
Event Timeline
src/applications/auth/engine/PhabricatorAuthPasswordEngine.php | ||
---|---|---|
153 | If I understand correctly this removes empty lines. In your opinion, where does an empty blocklist entry come from? |
src/applications/auth/engine/PhabricatorAuthPasswordEngine.php | ||
---|---|---|
153 | Removes empty ("falsy", probably) entries. |