Skip to main content
Closed for Voting

Users can use another user's e-mail account to open Tickets without a identity confirmation

Related products:Freshdesk
  • August 5, 2013
  • 2 replies
  • 24 views

 When you are opening a Ticket, i can change my e-mail and open a Ticket as another person, without a  identity confirmation. It sometimes may be a problem. What could be made is disable the option to change the email address when requester tries to submit a ticket using FRESHDESK.

2 replies

  • Contributor
  • September 29, 2013

This should be addressed.


aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

Hello,


It is possible to disable the email field for the user on the new ticket form using portal customisation option available on the Estate plan. 


You can include this code snippet in the new ticket page under Portal pages option.


<script>
jQuery(document).ready(function(){
jQuery('#helpdesk_ticket_email').attr("disabled",true);
});
</script>



Cheers!