Open jugovimm opened 9 months ago
Cause of this issue is that the frontend UI used to have it so that adding a member to a project and assigning them a role were part of the same action (ex. select a member and select any roles for them, and then click the button to actually add the member). There was a UI update made at some point that separated these actions into two steps: add the member, and then assign them any roles
Because of above, determining this ticket as WILL NOT FIX
Approving a user and assigning them a role both send their own individual email. We instead want what we had in the past: only one email sent, with text reading something like "user A was approved with roles XYZ". This ensures less spam for our users. Not sure what may have caused the change from one email to many. Perhaps an RDM thing?