UVdesk

    • Register
    • Login
    • Search
    • Recent

    Solved Password field in Agent and Customer Form

    Technical Help
    2
    2
    258
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SaasMe last edited by

      Hi,
      How to show the password's field at Agent and Customer Form ?

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff mod last edited by

        @SaasMe

        For Agent:

        locate path in your project vendor->uvdesk->core-framework->Resources->views->Agent->updateSupportAgent.html.twig

        open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Agents/updateSupportAgent.html.twig#L142-L160 and remove If and endif line in selected section(First and last line in selected section).

        For Customer:

        locate path in your project vendor->uvdesk->core-framework->Resources->views->Customers->updateSupportCustomer.html.twig

        open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Customers/updateSupportCustomer.html.twig#L82-L100 and remove If and endif line in selected section(First and last line in selected section).

        1 Reply Last reply Reply Quote 1
        • First post
          Last post