From 2e0285af7621302290d2fd3ecab068b1d5fec507 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Wed, 10 Aug 2022 08:33:01 +0330 Subject: [PATCH] docs: remove unnecessary details of `CI4.1.x` --- docs/install.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/install.md b/docs/install.md index c24eabe4e..7f6975c88 100644 --- a/docs/install.md +++ b/docs/install.md @@ -95,8 +95,6 @@ If you get `Specified key was too long` error: > php spark shield:setup ``` -2. If you are running CodeIgniter v4.1.x, go to *Manual Setup* 4. - ### Manual Setup There are a few setup items to do before you can start using Shield in @@ -139,21 +137,6 @@ This requires that all of your controllers extend the `BaseController`, but that service('auth')->routes($routes); ``` -4. (If you are running CodeIgniter v4.2.0 or higher you can skip this step). Add the new password validation rules -by editing `app/Config/Validation.php`: - -```php -use CodeIgniter\Shield\Authentication\Passwords\ValidationRules as PasswordRules; - -public $ruleSets = [ - Rules::class, - FormatRules::class, - FileRules::class, - CreditCardRules::class, - PasswordRules::class //