Carbonleo rebuilt the front door but left the locks off inside
clapointe-carbonleo replaced Mike's login screen with a branded sign-in flow, but the checks that decide who can see what never got reconnected.
The fork started by stripping authentication entirely, hard-coding every visitor as a single "internal" user. A few hours later the team course-corrected, adding a real email-and-password login page styled in Carbonleo's black-and-yellow palette and wiring proper user identity back into the backend.
What didn't come back are the access checks - the small piece of code that asks "is this user actually allowed to see this project, document, or review?" That helper is still set to answer "yes" for everyone. The result: people log in with real identities, but the system treats every record as visible to anyone who can get through the front door.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?