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

Implement Action Logging for Multiple Admin Accounts in Admin Panel #4217

Open
pretyflaco opened this issue Mar 20, 2024 · 0 comments
Open

Comments

@pretyflaco
Copy link
Collaborator

Motivation: In the current setup of the admin panel, multiple admin accounts can make changes or perform actions without these being attributable to individual administrators. This lack of accountability can lead to security vulnerabilities, difficulties in auditing, and challenges in resolving issues that may arise from changes made within the admin panel.

Detailed Explanation: The feature request is to implement a logging system within the admin panel that records all actions made by each admin account. This should include, but not be limited to, the following information: the specific action taken, the time and date the action was performed, and the admin account responsible for the action. The log should be easily accessible and readable from the admin panel but secured from unauthorized access.

Alternatives Considered: One alternative could be to restrict the number of admins or the range of actions they can perform, but this could limit the flexibility and responsiveness needed for management.

Additional Context: In similar systems, action logs are crucial for maintaining the integrity of the system, allowing for effective troubleshooting and ensuring accountability among users with administrative access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant