We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f319b + ac302be commit cbaa02fCopy full SHA for cbaa02f
1 file changed
src/Commands/User.php
@@ -232,6 +232,9 @@ private function setValidationRules(): void
232
if (($key = array_search('strong_password[]', $passwordRules, true)) !== false) {
233
unset($passwordRules[$key]);
234
}
235
+ if (($key = array_search('strong_password', $passwordRules, true)) !== false) {
236
+ unset($passwordRules[$key]);
237
+ }
238
239
/** @var Auth $config */
240
$config = config('Auth');
0 commit comments