new_user_email links to http://gitlabhq.com/
Created by: maknoll
i tracked this down to this line in app / mailers / notify.rb default_url_options[:host] = "gitlabhq.com" which seems to overwrite the root_url, which is used in app / views / notify / new_user_email.html.haml to create the link. shouldn't this be configurable in config/email.yml or am i missing something here? how about simply removing the line?