account creation on the fly!
commitc1f6690387fcdf6759998cf39ace5482470f4b65
authorBryan W Clark <clarkbw@gnome.org>
Thu, 14 Feb 2008 20:28:43 +0000 (14 15:28 -0500)
committerBryan W Clark <clarkbw@gnome.org>
Thu, 14 Feb 2008 20:28:43 +0000 (14 15:28 -0500)
treea6f88f76a0e5e49cc607ee5405628cee987b0a6e
parent6c6209b5769a4ccf689770c50815077fdd66f143
account creation on the fly!
now when a new user emails the issue address their issue and account will be created on the fly.  Future issues are somewhat obvious with this, we need to require account activation before issues can be public to prevent spam.

in the process of creating accounts via email the activation code was also heavily touched and should work much better now.  The previous issue that it wasn't sending activation mails was due to the nobody@ email wasn't set.
app/controllers/application.rb
app/controllers/users_controller.rb
app/models/kwestie_mailer.rb
app/models/user.rb
app/models/user_mailer.rb
app/views/user_mailer/activation.rhtml
app/views/users/_show.rhtml
config/routes.rb
public/stylesheets/default.css