Skip to content

Commit

Permalink
customise confirmation email text which hopefully will not trigger sp…
Browse files Browse the repository at this point in the history
…am filters
  • Loading branch information
timcowlishaw committed Dec 22, 2023
1 parent 91b3924 commit 0038de4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/devise/mailer/confirmation_instructions.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<p>Welcome <%= @email %>!</p>
<p>Welcome to Make Works, <%= @email %>!</p>

<p>You can confirm your account email through the link below:</p>
<p>You recently signed up for Make Works, the global library for local manufacturing, where you can search by material, process or by factory name to find someone to help you bring your ideas to life.</p>

<p>To get started, please click the link below to confirm your account!</p>

<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>

0 comments on commit 0038de4

Please sign in to comment.