79317497

Date: 2024-12-30 11:46:51
Score: 3.5
Natty:
Report link

You could try using 'password' => ['required', Password::defaults()] and then add a message for required and one for defaults like you did in the above example. Maybe this link in the docs can help: https://laravel.com/docs/8.x/validation#defining-default-password-rules. You would have a single rule defaults so just one message.

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: tvv3