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:
17
backend/app/views/public/password_resets/edit.html.erb
Normal file
17
backend/app/views/public/password_resets/edit.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<% content_for :title, "Nuova password — Match Live TV" %>
|
||||
<% content_for :robots, "noindex, nofollow" %>
|
||||
|
||||
<section class="auth-page">
|
||||
<h1>Scegli una nuova password</h1>
|
||||
<div class="card">
|
||||
<%= form_with url: public_password_reset_path, method: :patch, local: true do %>
|
||||
<%= hidden_field_tag :token, @token %>
|
||||
<%= label_tag :password, "Nuova password (min. 8 caratteri)" %>
|
||||
<%= password_field_tag :password, required: true, minlength: 8, autocomplete: "new-password" %>
|
||||
<%= label_tag :password_confirmation, "Conferma password" %>
|
||||
<%= password_field_tag :password_confirmation, required: true, autocomplete: "new-password" %>
|
||||
<%= submit_tag "Salva password", class: "btn btn-primary" %>
|
||||
<% end %>
|
||||
<p class="auth-footer"><%= link_to "Torna al login", public_login_path %></p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user