-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleted users still appear in the list and can be deleted again #84
Comments
Hey @acornestean, We initially thought of adding the users from the admin account, but we added a signup feature for that, so, we are removing the add_users function from the 'user management' section. With that, I'm closing this issue, please re-open if needed. |
Issue is occurring again. The only changes are in the way it is triggered now, results being the same. Currently, instead of adding a user as an admin to trigger the issue as before, I have to create a new user and the issue happens on the admin side. |
Try now? |
I can still reproduce the issue in the way I mentioned in my previous comment. Basically, you delete a user and initially it’s gone from the list in Users Management. But if I open another instance of the app and create a new account, on the admin side the previously deleted user will re-appear in the list. |
Okay, let's remain this open for now. This will not affect the RAs to label the data points. All of the tasks can be done outside the app. I will check why this problem keeps re-appearing. |
Description:
Adding users and then deleting them will initially no longer show them in the “Delete Users” list. However, adding another user will cause the first added users, which should be deleted, still appear in the “Delete Users” list and can be deleted again – with the confirmation message appearing.
Steps to reproduce:
Expected:
Deleted users should no longer be listed in the “Delete Users” list.
Actual:
Deleted users are re-listed in the “Delete Users” list after adding a new user. Furthermore, the “deleted” users can be deleted again.
2022-03-31_16h06_34.mp4
The text was updated successfully, but these errors were encountered: