Diego Steiner
Diego Steiner
Fixes #1178 Ob man das will ist noch die andere Frage. Wie seht ihr das security-mässig? https://owasp.org/www-chapter-norway/assets/files/The_image_that_called_me.pdf
refs #2357 Prüfen. ob es auf einer Instanz Gruppen mit Self-Registation gibt, die dann invalid sind: ```ruby class SelfRegistrationRoleTypeChecker def allowed_role_types_by_group_type(allowed_permissions = []) Group.all_types.index_with do |group_type| group_type.role_types.reject do |role_type| role_type.restricted?...
resolves [hitobito_pbs#336](https://github.com/hitobito/hitobito_pbs/issues/336)
Refs https://github.com/hitobito/hitobito/issues/2402#event-14162177866 Das `PeopleRelation` Model wird nur noch bei der PBS eingesetzt, alle anderen sind auf `FamilyMember` (siehe [docs](https://github.com/hitobito/hitobito/blob/master/doc/developer/people/relational_constructs.md)) Diese Migration überführt die records ins neue Format.