We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strong_password
1 parent 7c2c66b commit ac302beCopy full SHA for ac302be
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