majewsky / portunus

Self-contained user/group management and authentication service
GNU General Public License v3.0
75 stars 5 forks source link

Members are not added to a newly created group #11

Closed SuperSandro2000 closed 1 year ago

SuperSandro2000 commented 1 year ago

The feature introduced in https://github.com/majewsky/portunus/commit/6016723ef7176f9a6e3174d9614ec749310d5772 is not working correctly and members need to be added manually after creating the group.

SuperSandro2000 commented 1 year ago

I suspect that we would need to first create an empty group here https://github.com/majewsky/portunus/blob/master/internal/core/group.go#L79 and then add the members to it.

SuperSandro2000 commented 1 year ago

It turns out that I cherry-picked my commit but not 6016723ef7176f9a6e3174d9614ec749310d5772 which fixes this. Derp.