Project

General

Profile

feature request #6852

Updated by Andreas Kohlbecker over 6 years ago

Permission `Groups` with their associated    `GrantedAuthorities` required for phycobank: 

 **Curator** 

 new group with: 

 * REGISTRATION[CREATE,READ,UPDATE,DELETE] 

 **Editor** 

 existing group created by the `FirstDataInserter` which needs additional authorities: 

 * REGISTRATION[CREATE,READ] 
 * TEAMORPERSONBASE[CREATE,READ] PERSON[CREATE,READ] 


 The additional Groups and Auhtorities Auhtorieties are to be created greated by a Phycobank specific DataInserter

Back