task #6879
Update uuid and name for admin user group
100%
Description
A new default permission group "Admin" exists since 4.10 (#6856). We need to update all existing "admin" groups to use the same uuid and same case.
UPDATE PermissionGroup
SET uuid='1739df71-bf73-4dc6-8320-aaaf72cb555f', name='Admin'
WHERE name='admin' or name='Admin'
Related issues
Associated revisions
fix #6879 Update uuid and name for admin user group
ref #6879 fix stepName
ref #6879 fix update script for admin user group uuid
History
#1 Updated by Andreas Müller over 1 year ago
- Related to feature request #6856: Add group Admin to standard FirstDataInserter added
#2 Updated by Andreas Müller over 1 year ago
- Tags set to security
- Description updated (diff)
#3 Updated by Andreas Müller over 1 year ago
- Status changed from New to In Progress
#4 Updated by Andreas Kohlbecker over 1 year ago
Shouldn't this be handled in the FistdataInserter?
#5 Updated by Andreas Müller over 1 year ago
Andreas Kohlbecker wrote:
Shouldn't this be handled in the FistdataInserter?
Hmm, I don't know. It is only relevant for databases that existed prior to 4.10. We also don't having something like this for the other 2 permission groups and never needed it. But of course if we do not not have a model update with the next release it might be helpful to handle it directly in the FistdataInserter.
Is it easy to implement there? If yes, we could add it and remove after the next model change.
#6 Updated by Andreas Müller over 1 year ago
- Tracker changed from bug to task
#7 Updated by Andreas Müller 10 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
#8 Updated by Andreas Müller 9 months ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100