Page 1 of 1

Disable User

Posted: Mon Sep 28, 2015 2:16 pm
by snifty
Version of script: 2.6.5
What terms did you try when SEARCHING for a solution: disable user

Write your message below:
Is there a way to disable user (instead of deleting them)?
The reason ist if a user is leaving the company and I delete his ticket-user, all tickes get unassigned and the statistic is not valid any more...

Thanks in advance!

Re: Disable User

Posted: Mon Sep 28, 2015 2:31 pm
by alcazar
You can try this, but dont know if code works with the actual hesk version.
-> viewtopic.php?f=14&t=4571&start=15#p21610

Also, Mikes Hesk-Mods has this function too, me believe.

Re: Disable User

Posted: Mon Sep 28, 2015 4:15 pm
by mkoch227
alcazar wrote:Also, Mikes Hesk-Mods has this function too, me believe.
Correct, Mods for HESK has the option to disable a user. They won't be able to log in; however tickets will still be assigned to that user.

Re: Disable User

Posted: Mon Sep 28, 2015 6:06 pm
by Klemen
Another idea would be to change the user's password and turn auto-assign tickets to off for that user.

Re: Disable User

Posted: Tue Sep 29, 2015 1:12 pm
by snifty
Thank you for the answers!

I'll have a look at the script.

Only changing the password won't do the trick, because the completed and assigned tickets should stay at that - disabled - user (and so in the report). Furthermore it should not be possible to assign new tickets to that user (auto assign already off).

Re: Disable User

Posted: Tue Sep 29, 2015 4:47 pm
by Klemen
I know, these are just work-arounds because this functionality is not offered by HESK.

Perhaps renaming the user to for example "[DISABLED] John Doe" will tell other users not to assign tickets to this person?

Re: Disable User

Posted: Wed Sep 30, 2015 6:47 am
by snifty
Hi Klemen,
Yes, this is a good Idea!
Thanks a lot!