Reset Your Password
{{ form_label(resetForm.plainPassword.first, null, {'label_attr': {'class': 'block text-sm font-medium text-gray-700'}}) }}
{{ form_widget(resetForm.plainPassword.first, {'attr': {
'class': 'block w-full pr-10 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm',
'autocomplete': 'new-password'
}}) }}
👁️
{{ form_errors(resetForm.plainPassword.first) }}
{{ form_label(resetForm.plainPassword.second, null, {'label_attr': {'class': 'block text-sm font-medium text-gray-700'}}) }}
{{ form_widget(resetForm.plainPassword.second, {'attr': {
'class': 'block w-full pr-10 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm',
'autocomplete': 'new-password'
}}) }}
👁️
{{ form_errors(resetForm.plainPassword.second) }}
Your password must contain at least 12 characters and not be compromised.