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

Admin panel - Enhanced User Management & Fix: #1630 #1658

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

Ludy87
Copy link
Contributor

@Ludy87 Ludy87 commented Aug 9, 2024

Description

  • Blocking automatic user registration: By adding the blockRegistration key to the settings, admins can prevent users from logging in via SSO (Single Sign-On) without being pre-approved by the admin. Example: blockRegistration: true.
  • Addition of active session display in the admin panel: Admins can now view currently active user sessions in the admin panel, including session ID and username information.
  • Added ability to disable users: Admins now have the option to disable user accounts, effectively locking them out of the system.
  • Display of the last request timestamp: The time of the last user request is now displayed in the admin panel, making it easier to manage and monitor user activity.
  • Bugfix for setting loginMethod: normal: Fixed an issue that occurred when setting loginMethod: normal, ensuring the correct authentication method is applied.
  • Removal of unused code: Unnecessary and outdated code has been removed from the codebase, improving maintainability.
  • Optimization of session management functionality: Enhanced session management, including the ability to terminate sessions and display the last request information.

console

add_new_user

Closes #1630

Checklist:

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

Contributor License Agreement

By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the future under the MPL 2.0 (Mozilla Public License Version 2.0) license.

(This does not change the general open-source nature of Stirling-PDF, simply moving from one license to another license)

@Ludy87 Ludy87 requested a review from Frooodle as a code owner August 9, 2024 22:20
@github-actions github-actions bot added Documentation Improvements or additions to documentation Java Pull requests that update Java code Front End Issues or pull requests related to front-end development Back End Issues related to back-end development Translation Security Security-related issues or pull requests API API-related issues or pull requests labels Aug 9, 2024
@Frooodle Frooodle merged commit 29fcbf3 into Stirling-Tools:main Aug 16, 2024
5 checks passed
@Ludy87 Ludy87 deleted the admin_panel branch August 19, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API-related issues or pull requests Back End Issues related to back-end development Documentation Improvements or additions to documentation Front End Issues or pull requests related to front-end development Java Pull requests that update Java code Security Security-related issues or pull requests Translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Bypass Account Creation with Google SSO
2 participants