when requesting password a custom vhost port is not taken into account
Created by: jakoch
using "master" branch
The mail for resetting the password contains a link to: http://gitlab.myserver.toplevel/users/password/edit?reset_password_token=xy
The mail should contain a link pointing to http://gitlab.myserver.toplevel:customport/users/password/edit?reset_password_token=xy taking the custom user port into account.
Current workaround is to add the port manually to the link and call the page again.