Reputation: 31
My question is simple, where does a client change his/her password after signing up (registering)?
I've installed odoo 9 (on Ubuntu) and installed the website app.
Am I overlooking an option somewhere? If that option doesn't exist, is it possible to add such a button in xml, that would not be overwritten with the nightly builds?
Upvotes: 1
Views: 790
Reputation: 31
Solved! ...
In the url of your site, place ?debug after "web" and before "#"
(ex: server.tld:8123/web?debug#view_type=form...)
- select "settings" from the top menu
- click on "General Settings" on the left menu
- click on the checkbox next to "Enable password reset from Login page"
- click on apply
- remove ?debug from the url
Done!
Upvotes: 2