Enable Email Verification lockdown behind a Feature Flag for a safe roll out
We had to roll back the email verification ACL lockdown because it was causing too many problems and confusing users.
Add an "email-verification" lockdown feature flag so we can roll it out to users. When the flag is on, raise the unauthorized error on the backend On the clients, display the newly designed messaging (TBD and linked to this card) We need to not perform this check on the channel info update endpoints, users should be able to update their own channels without having to verify
Make sure the new onboarding works on mobile and web Make sure that saving of channel information is unblocked