Solved Admin cannot change member's password...
-
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!
=====================================================
"@SaasMeFor 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)."
-
We will check this and let you update.
-
Locate file in your project:
vendor/uvdesk/core-framework/Controller/Customer.phpOpen Customer.php and replace its code from here.
Now clear your project cache by:
php bin/console c:cNow update the password for customer and try to login using credentials.
If still any problem exist please let us know.
-
You help very quickly. Customer's password has been updated. Thank you so much UVdesk.