OpenSign icon indicating copy to clipboard operation
OpenSign copied to clipboard

[Bug]: Newly created users are not showing on the dashboard.

Open yuvarajan1989k opened this issue 1 year ago • 6 comments

Issue Description

Issue 1: Newly created users are not appearing in the dashboard. Issue 2: The same users cannot be created again after being deleted from the database.

Expected Behavior

Expected Behavior for Issue 1: All users should be visible on the dashboard. However, during testing, when I create new users, they do not appear in the dashboard under Settings -> User. Despite this, I can see the users in the _Users collection in the database.

Expected Behavior for Issue 2: Currently, there is no option to remove users from the dashboard. I manually removed users from the _Users collection in the database. However, even after deleting users from the database, I am unable to create new users with the same information, as it still indicates that the user already exists.

Current Behavior

No response

Steps to reproduce

No response

Screenshots of the issue(optional)

No response

Operating System [e.g. MacOS Sonoma 14.1, Windows 11]

Ubuntu 22

What browsers are you seeing the problem on?

Chrome

What version of OpenSignâ„¢ are you seeing this issue on? [e.g. 1.0.6]

SelfHosted

What environment are you seeing the problem on?

Hosted (app.yourdomain.com)

Please check the boxes that apply to this issue report.

  • [X] I have searched the existing issues & discussions to make sure that this is not a duplicate.

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct
  • [X] I have searched the existing issues & discussions to make sure that this is not a duplicate.

yuvarajan1989k avatar Oct 18 '24 02:10 yuvarajan1989k

What do you mean by "on dashboard"? Where exactly are you trying to find the user?

andrew-opensignlabs avatar Oct 18 '24 08:10 andrew-opensignlabs

Screenshot 2024-10-18 at 4 48 12 PM

I m referring the users here.

yuvarajan1989k avatar Oct 18 '24 08:10 yuvarajan1989k

I can relate to this issue. I seems a user cannot be deleted from the dashboard. Is there a way to do so?

silaxe avatar Oct 19 '24 21:10 silaxe

I can relate to this issue. I seems a user cannot be deleted from the dashboard. Is there a way to do so?

Same here. Created users cannot be deleted nor edited.

reeyon avatar Nov 06 '24 14:11 reeyon

@reeyon The option to delete a user is not available, you can only deactivate a user after which he will not be able to login. On your self hosted instances in order to delete a user completely from the DB you will have to delete its references from all collections which might break things. We may be building a soft-delete functionality in coming versions.

andrew-opensignlabs avatar Nov 06 '24 21:11 andrew-opensignlabs

When a new user is created there's no option to manually change the password but also there's no email sent to the user (I assumed it would be) - there's then no way to reset the user login details. Would be good to be able to reset this as admin.

EDIflyer avatar Dec 11 '24 12:12 EDIflyer