<% content_for :title, "Nuova password — Match Live TV" %> <% content_for :robots, "noindex, nofollow" %>

Scegli una nuova password

<%= 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 %>