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

Implementation of Session Copy in User List to Enhance Usability #5478

Open
wants to merge 2 commits into
base: 1.11.x
Choose a base branch
from

Conversation

bezael
Copy link

@bezael bezael commented May 4, 2024

The project aims to enhance functionality and usability in user management within an application by allowing administrators to easily copy the list of sessions a user is registered in. Currently, when accessing the user list and clicking on the session icon, a modal appears showing the active sessions of the selected user.

However, this modal automatically closes when it loses focus, which can be inconvenient for administrators who need to manipulate or reference this information more extensively.

To address this, a new option will be introduced in the general configuration file (configuration.php). This option, named "admin_user_list_allow_copy_to_clipboard_sessions_list," will enable administrators to activate or deactivate the functionality of copying the session list to the clipboard.

The option will accept boolean values, true or false, with the default being false.

In the user_list, we check the value of $allowSessionCopyToClipboard to allow copying.

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

Successfully merging this pull request may close these issues.

None yet

1 participant