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

Add searchall functionality #152

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

markussujata
Copy link

Here are my changes. Unfortunately there are still small errors in it that I can't find as this is my first time working with php and smarty. I would appreciate support on where the errors are and adding them to the service-desk project.

With the changes you get a list of all created accounts and their status. If the account is not locked, i.e. can be locked, the button should turn red and the lock should be closed. If you click on the button, you can either block or unblock the account.

add route to page and configuration variable
add searchall functionality
add message "All Accounts"
check if entry is locked and display appropriate button
add menu entry for searchall/allaccounts
add searchall template
add all accounts message
button show locked status
red and closed = locked
green and open = unlocked
@coudot
Copy link
Member

coudot commented Jul 26, 2024

Thanks for this propositon. We are currently working on core functions to add compatiblity with Active Directory.

After that we'll see what decision we take for this feature.

@coudot coudot added this to the Backlog milestone Jul 26, 2024
@coudot coudot added the enhancement New feature or request label Jul 26, 2024
@coudot coudot linked an issue Jul 26, 2024 that may be closed by this pull request
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
None yet
Development

Successfully merging this pull request may close these issues.

Add page to show all users and their locked status
2 participants