Files
Emiliano Frascaro 471291b2c4 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>
2026-05-26 23:17:15 +02:00

16 lines
712 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<% content_for :title, "Password dimenticata — Match Live TV" %>
<% content_for :robots, "noindex, nofollow" %>
<section class="auth-page">
<h1>Password dimenticata</h1>
<p class="auth-lead">Inserisci lemail dellaccount: ti invieremo un link per reimpostare la password.</p>
<div class="card">
<%= form_with url: public_password_forgot_path, method: :post, local: true do %>
<%= label_tag :email, "Email" %>
<%= email_field_tag :email, params[:email], required: true, autocomplete: "email" %>
<%= submit_tag "Invia link di reset", class: "btn btn-primary" %>
<% end %>
<p class="auth-footer"><%= link_to "Torna al login", public_login_path %></p>
</div>
</section>