On Sun, 12 Feb 2006 23:31:46 -0500, Jay Levitt wrote: > When I run this on my Windows machine, using webrick, everything works as > expected. However, running this on a linux box, using Apache 2.0 and fcgi, > the confirmation e-mails at signup contain the default app_name, url, from, > etc.
Never mind. I screwed up environment.rb, and must have failed to restart webrick on my own server, so I didn't notice it. You have to put admin_email and email_from in BOTH LoginEngine and UserEngine sections. I figured it out by adding <%= UserEngine::CONFIG.inspect %> <%= LoginEngine::CONFIG.inspect %> to the layout.. that may be handy to someone else who runs into trouble. Jay Levitt _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
