Replace tutorial modal with welcome e-mail (#6273)
* Remove onboarding modal * Welcome e-mail * Send welcome e-mail after confirmation * Remove obsolete translations
This commit is contained in:
@ -29,4 +29,9 @@ class UserMailerPreview < ActionMailer::Preview
|
||||
def reset_password_instructions
|
||||
UserMailer.reset_password_instructions(User.first, 'spec')
|
||||
end
|
||||
|
||||
# Preview this email at http://localhost:3000/rails/mailers/user_mailer/welcome
|
||||
def welcome
|
||||
UserMailer.welcome(User.first)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user