add mail+pass change option

This commit is contained in:
jomo
2014-05-03 02:40:15 +02:00
parent b5b9a9316f
commit e79afbf990
9 changed files with 150 additions and 11 deletions

View File

@@ -23,4 +23,8 @@ class RegistrationPreview < ActionMailer::Preview
reply = Threadreply.new(id: 312, user_author: @@user, content: "# Markdown!\n\n`incline code`\n\n<b>html?</b>\n\n[yt:abcd1234]\n\n[link](/forums)", forumthread: thread)
RedstonerMailer.thread_reply_mail(@@user, reply)
end
def email_change_confirm_mail
RedstonerMailer.email_change_confirm_mail(@@user)
end
end