diff --git a/1.x/features/authentication.md b/1.x/features/authentication.md index ae0ba3b..ce8fcc4 100644 --- a/1.x/features/authentication.md +++ b/1.x/features/authentication.md @@ -59,6 +59,9 @@ As you may have noticed, the `App\Actions\Fortify\PasswordValidationRules` trait // Require at least one numeric character... (new Password)->requireNumeric() + +// Require at least one special character... +(new Password)->requireSpecialCharacter() ``` ## Customizing The Authentication Process