WildMeOrg / scout

MIT License
8 stars 5 forks source link

Cannot delete a duplicate user #104

Open simbamangu opened 1 month ago

simbamangu commented 1 month ago

image

Expected Behavior The lab lead should be able to delete a user account.

Current Behavior It is possible to create a user account with the same username as a current user (yes, I messed up ...) and now one has two users with the same name; unsure if this will cause problems at another level but certainly can lead to issues assigning to the right one.

Thoughts:

TanyaStere42 commented 1 month ago

The deletion issue is something we can address in the future, but there is already validation for preventing duplicate users, so I'm not sure how you did this? I did as broad of testing for this as I could and I always got a preventative error message. Cases I tested:

Can you provide details on how exactly you got duplicate users?

simbamangu commented 1 month ago

I tried to add another duplicate user, and it rejects setup this time ... image

🤯