Merge pull request #5826 from rhafer/issue/3432

Avoid repeated default role assignment
This commit is contained in:
David Christofas
2023-03-14 16:56:19 +01:00
committed by GitHub
4 changed files with 50 additions and 24 deletions
@@ -0,0 +1,6 @@
Bugfix: Fix default role assignment for demo users
The roles-assignments for demo users where duplicated with every
restart of the settings service.
https://github.com/owncloud/ocis/issues/3432