Page MenuHomePhorge

User RESTRICTED status
ClosedPublic

Authored by machniak on Feb 3 2023, 11:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 6:17 AM
Unknown Object (File)
Wed, Apr 17, 6:55 PM
Unknown Object (File)
Wed, Apr 17, 10:06 AM
Unknown Object (File)
Fri, Mar 29, 8:39 AM
Unknown Object (File)
Feb 22 2024, 1:58 AM
Unknown Object (File)
Feb 10 2024, 9:05 AM
Unknown Object (File)
Jan 29 2024, 3:22 PM
Unknown Object (File)
Jan 24 2024, 4:58 AM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK43d8fa9d3c2a: User RESTRICTED status
Summary

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

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/status-restricted
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 41503
Build 16639: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Small improvement, removed debug code
mollekopf added inline comments.
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.

This revision is now accepted and ready to land.Feb 3 2023, 12:53 PM
This revision was automatically updated to reflect the committed changes.