]> git.openstreetmap.org Git - rails.git/commit
Allow users to change their email address. Closes #546.
authorTom Hughes <tom@compton.nu>
Wed, 13 Aug 2008 11:39:33 +0000 (11:39 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 13 Aug 2008 11:39:33 +0000 (11:39 +0000)
commit64ecd02f0b74d2251e30fc1c97fdf1aa60f53e90
tree67e471247e725b901298bb78e8644b3e2569b5cf
parentf8367c3ee1418548b5397b6a21f287c2407963e1
Allow users to change their email address. Closes #546.
app/controllers/user_controller.rb
app/models/notifier.rb
app/views/notifier/email_confirm.text.html.rhtml [new file with mode: 0644]
app/views/notifier/email_confirm.text.plain.rhtml [new file with mode: 0644]
app/views/user/account.rhtml
app/views/user/confirm_email.rhtml [new file with mode: 0644]
db/migrate/014_add_new_email.rb [new file with mode: 0644]