new user email link is incorrect
Closed
new user email link is incorrect
Created by: gliptak
I have Gitlab configured to listen on a port different from :80. On the http://localhost:8885/admin/emails the link shows correctly including the port, while in the email sent the URL to click on doesn't contain the port. Is there some additional configuration I'm missing? Thanks
Created by: patthoyts
I cannot reproduce this with the current master branch code. Running in the development virtual machine the displayed /admin/emails shows the link as 192.168.0.30:9999/ and in the email I received after adding a new account we get
http://192.168.0.30:9999/">Click here to login</a>
. Possibly this has been affected by the new 'web' section in the config/gitlab.yml file. Ensure that the host and port fields in the web section are correct and it should be ok.By Administrator on 2012-07-17T21:28:58 (imported from GitLab project)