The problem is that the implementation uses the http request for creating the callback url. This is a problem when you have a load balancer as the callback url will be different than the external url seen by the users. Do you have any plans on creating support for having the callback url configurable for load balanced environments?
If you can create a new issue for that on the tracker and link here we can follow that up, the application URL is configurable so that should be used instead of the current request url.
Forgotten password link in load balanced environments
http://issues.umbraco.org/issue/U4-222 implemented reset password link.
The problem is that the implementation uses the http request for creating the callback url. This is a problem when you have a load balancer as the callback url will be different than the external url seen by the users. Do you have any plans on creating support for having the callback url configurable for load balanced environments?
If you can create a new issue for that on the tracker and link here we can follow that up, the application URL is configurable so that should be used instead of the current request url.
I've created an issue here. Just about to send a PR to resolve this.
Andy
is working on a reply...