Restricted flag for new users
Fix the user:resync test that was removing existing users
Display Restricted badge on user page for admins
Update Dusk, fix flaky test
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK43d8fa9d3c2a: User RESTRICTED status
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/app/Http/Controllers/API/SignupController.php | ||
---|---|---|
318 | Why is this change required? Is it just unrelated cleanup? |
src/app/Http/Controllers/API/SignupController.php | ||
---|---|---|
318 | Yes, it's unrelated cleanup. That's the only place in the controllers where we set NEW status, so for consistency I removed it. The NEW status is being set by observers. |