pgxn / pgxn-manager

Interface for managing extensions on PGXN
http://pgxn.org
47 stars 18 forks source link

Registration Admin Emails do not recognize proxy domains #38

Closed theory closed 11 years ago

theory commented 11 years ago

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.