Hi there, I am a fresh user of osTicket and I really appreciate its abilities - thank you all who created it!
We are going to use it in a medium-sized company, purely for internal purposes, self-hosted.
We already have it configured and wanted to delete "full name" field from the ticket form (the rationale behind is that it doesn't provide any additional info as the email address already includes user's name).
We found following solution for it:
we manually changed value "flags" into 28673 for entry "name" in table "ost_form_field":

which resulted in following settings for this field:

And this it. It seems it works correctly, i.e. it hasn't thrown any errors yet.
When a new users puts "example@example.com" as an email, then automatically "example" is set as a name.
Is this solution safe?
Will it not cause any data corruption or errors (I guess it was a reason why the full name is required by default)?