Skip to content
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

User Management: Missing Unverify Option After User Verification #202

Open
Samk13 opened this issue Apr 10, 2024 · 0 comments · May be fixed by inveniosoftware/invenio-accounts#481
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@Samk13
Copy link
Member

Samk13 commented Apr 10, 2024

Package version (if known): V12

Describe the bug

In the InvenioRDM Administration panel, within User Management, after verifying a user by clicking the "Verify" option, there is no option to undo this action. Refreshing the page and attempting to click again does not present an "Unverify" option, which could lead to irreversible mistakes.

Steps to Reproduce

  1. Navigate to the Administration panel, under User Management.
  2. Click on the gear icon next to any user.
  3. Select "Verify" to verify the user.
  4. Refresh the page and attempt to find an option to unverify the user if verified by mistake. Observe that no such option exists.

Expected behavior

An "Unverify" option should be available after a user has been verified, allowing admins to correct mistakes if the verification was made in error.

Screenshots (if applicable)

image

Additional context

@Samk13 Samk13 added the bug Something isn't working label Apr 10, 2024
@Samk13 Samk13 changed the title Administration: User Management: Missing Unverify Option After Verification User Management: Missing Unverify Option After User Verification Apr 10, 2024
@Samk13 Samk13 added the enhancement New feature or request label May 2, 2024
Samk13 added a commit to Samk13/invenio-accounts that referenced this issue May 2, 2024
* Provides a programmatic way to revert user verification.
* Avoids the need for direct database modifications.
* Enables correction of verification errors from admin panel.
* partially closes <inveniosoftware/invenio-administration#202>
Samk13 added a commit to Samk13/invenio-accounts that referenced this issue May 2, 2024
* Provides a programmatic way to revert user verification.
* Avoids the need for direct database modifications.
* Enables correction of verification errors from admin panel.
* partially closes <inveniosoftware/invenio-administration#202>
Samk13 added a commit to Samk13/invenio-accounts that referenced this issue May 2, 2024
* Provides a programmatic way to revert user verification.
* Avoids the need for direct database modifications.
* Enables correction of verification errors from admin panel.
* partially closes <inveniosoftware/invenio-administration#202>
@Samk13 Samk13 linked a pull request May 2, 2024 that will close this issue
10 tasks
Samk13 added a commit to Samk13/invenio-accounts that referenced this issue May 4, 2024
* Provides a programmatic way to revert user verification.
* Avoids the need for direct database modifications.
* Enables correction of verification errors from admin panel.
* Partially closes <inveniosoftware/invenio-administration#202>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant