clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
470 stars 114 forks source link

Group members can't be added as members (non-admins) #838

Closed tobias closed 2 years ago

tobias commented 2 years ago

There is a bug in the group management code that prevents adding a user to a group as a member. Any attempt results in adding them as an admin, even though the UI will tell you they are a member on the first page load after adding them (future page loads will show them as admins). Attempts to toggle admin off will appear to work, but the user will remain an admin.