When a user requests to create an account, an email is sent with this text:
A new PGXN account has been requested from 127.0.0.1:
This is because the controller is just looking at the remote host, and when it is behind a proxy server, the remote host is the proxy server. Need to see if there is a pass-through remote host to use, instead.
When a user requests to create an account, an email is sent with this text:
This is because the controller is just looking at the remote host, and when it is behind a proxy server, the remote host is the proxy server. Need to see if there is a pass-through remote host to use, instead.