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

Possibility of Blocking/Unblocking Users Without Deletion #833

Open
HappyRoot opened this issue Jan 28, 2025 · 1 comment
Open

Possibility of Blocking/Unblocking Users Without Deletion #833

HappyRoot opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@HappyRoot
Copy link

Hello,

First of all, thank you for the great work on this project! 🙌

Description:
I was wondering if there is currently a way to block or unblock users without deleting them. This feature would be helpful for temporarily restricting user access while retaining their data and history.

Currently, we are using credential deletion as a workaround to achieve this functionality, but it would be great to have a dedicated mechanism for blocking and unblocking users.

Expected Outcome:
A mechanism to toggle a user's status between "active" and "blocked."
Blocked users should not have access to the system until they are unblocked.
Additional Notes:
If this feature already exists, I’d appreciate it if you could point me to the relevant documentation or guide on how to use it.

Thank you in advance! 😊

@simpleidserver simpleidserver self-assigned this Jan 29, 2025
@simpleidserver simpleidserver added the enhancement New feature or request label Jan 29, 2025
@simpleidserver simpleidserver moved this to Todo in Release 5.0.3 Jan 29, 2025
@simpleidserver
Copy link
Owner

Hello 😊

The concept of blocking a user already exists in the application.
Currently, after several failed authentication attempts, an end-user's account is temporarily blocked for a certain period.

However, at the moment, it is not possible to manage a user's status through the administration website or via the REST API.
Users can be blocked by setting the Status property to BLOCKED.

In a future release, I will make the following modifications to allow user status management:

  • Add a REST API operation to block/unblock users.
  • Update the administration website to allow blocking/unblocking users.

KR,
SID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants