overleaf / toolkit

GNU Affero General Public License v3.0
576 stars 138 forks source link

link generation for new users ignores setting of NGINX_{HTTP,TLS}_LISTEN_IP #212

Open Pfiffikus opened 8 months ago

Pfiffikus commented 8 months ago

Steps to Reproduce

  1. Visit e.g. https://_overleaf.domain.tld_/admin/register to register a new user
  2. Fill all requested entries, i.e. name and mail address
  3. Finish registration process

Expected Behaviour

The active setting of NGINX_{HTTP,TLS}_LISTEN_IP should be used, i.e. https://_overleaf.domain.tld_/ is contained in the invitation link.

Observed Behaviour

The final link to invite the new user contains localhost

Context

I have to correct the invitation link, i.e. replace localhost, by the correct URL.

Technical Info

N/A

Analysis

it's your turn