Skip to content

Commit

Permalink
Merge pull request #50 from Laurabm/patch-1
Browse files Browse the repository at this point in the history
Añadida validación password
  • Loading branch information
IsraelOrtuno authored Oct 11, 2019
2 parents d3d27ef + 040e2ed commit de35164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/lang/es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
],
'not_in' => 'El campo :attribute seleccionado es inválido.',
'not_regex' => 'El formato del campo :attribute es inválido.',
'numeric' => 'El campo :attribute debe ser un número.',
'numeric' => 'El campo :attribute debe ser un número.',
'password' => 'La contraseña es incorrecta.',
'present' => 'El campo :attribute debe estar presente.',
'regex' => 'El formato del campo :attribute es inválido.',
'required' => 'El campo :attribute es obligatorio.',
Expand Down

0 comments on commit de35164

Please sign in to comment.