Skip to Content
Menu
This question has been flagged
1 Reply
2297 Views

I am learning create a website for my apps, using my language ( not english ). So I want to know what module include code  reset password form to change language ( I already find login form in module web, but can't find reset password form ).


Thanks for your help !

Regards,

Minh


Avatar
Discard
Best Answer

Hi Min,

If I understood well, you want to reset the password of user?

It's very simple

Open the user form for which you want to reset password, click on the Action button, which appear on top center of screen, Yes there you will see the option of reset password.

Hope this might help you.

Rgds,

Anil


Avatar
Discard
Author

Thank for reply, I already solved my problem with another way.

But i still find code of reset password form in module system, beacuse I want to change language of title), like Password -> Mật khẩu ( It means 'password' in my language).

Hope you can understand, sorry about my english.

Minh

The main source code you will find here, addons/base/res/res_users_view.xml, 1. at line no 30-36. the main action defined which popup the wizard to change password. 2. the form view, the wizard of password change in on line no. 6-18

Author

Really appreciate, it's very useful. Finally, I found it. Thank.

You're welcome :)