On Thu, Jun 16, 2011 at 11:32 AM, Yngve Inntjore Levinsen < [email protected]> wrote:
> ** > > A few problems here. The most significant is that I do not use https yet > (dunno how to get that working?), and the default port is not gitorious. > Hence I would like to replace > > https://111.111.1.111 -> http://111.111.1.111:3000 > > so that the links are correct. > In that case you should explicitly disable SSL, in config/gitorious.yml: use_ssl: true > The second, which is of less importance, is that it says "Thank you" and > then my IP. I would like to replace that with e.g. the > "gitorious_support_email". I tried to fix that last part in > app/views/mailer/forgotten_password.html.erb, but that did not seem to do > anything. I also tried to set the "ActionMailer::Base.default_url in > config/environments/production.rb to http, but that neither seemed to have > an effect. I tried a simple restart of the server, should I do something > else as well? Or am I just doing it plain wrong? > IIRC, most of the emails are sent by the poller script, not the web app itself. So you'll need to restart that as well. Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
