🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved Admin cannot change member's password...

    Technical Help
    2
    4
    376
    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.
    • W
      webziver last edited by

      I used below information admin was able to change agent and member password. The agent's password can be changed but the member's password cannot be changed, the member password is not updated in the database. I use version 1.0.13 (2021-04-02). Please help me!

      =====================================================
      "@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 0
      • Sanjeev
        Sanjeev developer UVdesk Staff last edited by

        @webziver

        We will check this and let you update.

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

          @webziver

          Locate file in your project:
          vendor/uvdesk/core-framework/Controller/Customer.php

          Open Customer.php and replace its code from here.

          Now clear your project cache by:
          php bin/console c:c

          Now update the password for customer and try to login using credentials.

          If still any problem exist please let us know.

          1 Reply Last reply Reply Quote 0
          • W
            webziver last edited by

            You help very quickly. Customer's password has been updated. Thank you so much UVdesk.

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