This is from my test cluster, which is running the Stackspin main branch.
After user management MRs got merged (stackspin!1200 (merged)) I logged in as the admin user and saw the user didn't have any access:
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Varacchanged title from Upgrading existing cluster to new dashboard user management blocks all apps for admin user to New dashboard user management blocks all apps for admin user
changed title from Upgrading existing cluster to new dashboard user management blocks all apps for admin user to New dashboard user management blocks all apps for admin user
I'll create an issue to properly fix this, but in regards to the %0.8.3 release we should hotfix it with @maarten's proposal to add these lines to the chart's templates/job-initialize-user.yaml:
flask cli user setrole $SETUP_EMAIL nextcloud admin;flask cli user setrole $SETUP_EMAIL wordpress admin;flask cli user setrole $SETUP_EMAIL wekan admin;flask cli user setrole $SETUP_EMAIL zulip admin;