Sito marketing, SEO, legal, live programmata e branding Match Live Tv.
Logo e favicon nel header, partite programmate su web e mobile, reset password, pagine FAQ/sitemap, privacy/termini GDPR e icona Android «Match Live Tv». Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
backend/app/views/user_mailer/password_reset.html.erb
Normal file
11
backend/app/views/user_mailer/password_reset.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<p>Ciao <%= @user.name %>,</p>
|
||||
|
||||
<p>Hai richiesto di reimpostare la password del tuo account Match Live TV.</p>
|
||||
|
||||
<p>
|
||||
<a href="<%= @reset_url %>">Clicca qui per scegliere una nuova password</a>
|
||||
</p>
|
||||
|
||||
<p>Il link è valido per <%= @expiry_hours %> ore. Se non hai richiesto tu il reset, ignora questa email: la password non verrà modificata.</p>
|
||||
|
||||
<p style="color:#666;font-size:12px">Match Live TV — <%= MatchLiveTv.privacy_controller_email %></p>
|
||||
10
backend/app/views/user_mailer/password_reset.text.erb
Normal file
10
backend/app/views/user_mailer/password_reset.text.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
Ciao <%= @user.name %>,
|
||||
|
||||
Hai richiesto di reimpostare la password del tuo account Match Live TV.
|
||||
|
||||
Apri questo link (valido <%= @expiry_hours %> ore):
|
||||
<%= @reset_url %>
|
||||
|
||||
Se non hai richiesto tu il reset, ignora questa email.
|
||||
|
||||
Match Live TV — <%= MatchLiveTv.privacy_controller_email %>
|
||||
Reference in New Issue
Block a user