Project

General

Profile

Actions

task #6879

closed

Update uuid and name for admin user group

Added by Andreas Müller over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Highest
Category:
cdm
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
blocker
Tags:

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

Related to EDIT - feature request #6856: Add group Admin to standard FirstDataInserterClosedAndreas Kohlbecker

Actions
Actions #1

Updated by Andreas Müller over 6 years ago

Actions #2

Updated by Andreas Müller over 6 years ago

  • Tags set to security
  • Description updated (diff)
Actions #3

Updated by Andreas Müller over 6 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Andreas Kohlbecker over 6 years ago

Shouldn't this be handled in the FistdataInserter?

Actions #5

Updated by Andreas Müller over 6 years 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.

Actions #6

Updated by Andreas Müller over 6 years ago

  • Tracker changed from bug to task
Actions #7

Updated by Andreas Müller almost 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 50
Actions #8

Updated by Andreas Müller almost 6 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF