Skip to content
Snippets Groups Projects
Commit 5cc38be8 authored by Varac's avatar Varac
Browse files

Merge branch '61-new-dashboard-user-management-blocks-all-apps-for-admin-user' into 'main'

Resolve "New dashboard user management blocks all apps for admin user"

Closes #61

See merge request !36
parents bbbd6e84 479f85c0
No related branches found
No related tags found
Loading
Pipeline #19847 passed with stages
in 3 minutes and 11 seconds
......@@ -51,5 +51,9 @@ spec:
flask cli user setpassword $SETUP_EMAIL $SETUP_PASSWORD;
flask cli app create dashboard Dashboard;
flask cli user setrole $SETUP_EMAIL dashboard admin;
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;
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment