This question has been flagged
1 Reply
4369 Views

Reset password email link showing ip address instead of dns >

how we can change the ip address from the link of emails and others by dns address

eg


http://192.168.1.1:8069/web/reset_password?token=q4wreZ6IFdUiLkVeC9V0&db=htcdb

to

http://aaaa.com/web/reset_password?token=q4wreZ6IFdUiLkVeC9V0&db=htcdb

           



Avatar
Discard
Best Answer

Check you base_url in ir config paramters.


By default it is updated with the last ip/url used when admin make a log in.


If you want to keep always the same base.url, you can freeze it, adding a parameter base.url.freeze.



Avatar
Discard