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:
parent
e56404be41
commit
d799921c75
49 changed files with 261 additions and 632 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue