Hello, I am trying to add a large amount of users at one time. I am using the csv import method. When I import the users, they do not receive an email confirmation. How to I enable this functionality. I do not want my Agents to have to manually register each user.

I do not believe that this is a feature in osTicket at this time.

    ntozier How would I implement this functionality then myself? Would it be possible to set a Password automatically using the CSV method, so they could login?

    You would find the function that creates the users and modify it.
    If memory serves me correctly it is function importCSV().

    Write a Reply...