ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
51 stars 20 forks source link

Add searchall functionality #152

Open markus-fuhrmann opened 3 months ago

markus-fuhrmann commented 3 months ago

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.

coudot commented 3 months ago

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.