On Tue, 30 Jul 2013, [email protected] wrote: > https://localhost/youraccount/access?ln=en&mailcookie=540cad2fa2029a1c9834285d875e39c4c > > [...] > > The URL is not rewritten in terms of the IP address which is > 192.168.2.2
If your Invenio application is configured to use `localhost' site URL, then the emails being sent will not be having IPs/addresses rewritten. The best is to use proper DNS domain or IP address in your CFG_SITE_URL and CFG_SECURE_SITE_URL. You wrote: > CFG_SITE_URL = http://localhost( OR http://www.lokavidya.in) > CFG_SITE_SECURE_URL = https://localhost ( OR https://www.lokavidya.in) Does this mean that you have tried both approaches and it still did not work? Have you run ``inveniocfg --update-all --reset-all'' followed by Apache restart after you changed site URL? Best regards -- Tibor Simko

