Skip to content

Commit db757d4

Browse files
authored
Merge pull request #356 from datamweb/remove-unnecessary-details
2 parents bc85d79 + 2e0285a commit db757d4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/install.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ If you get `Specified key was too long` error:
9595
> php spark shield:setup
9696
```
9797

98-
2. If you are running CodeIgniter v4.1.x, go to *Manual Setup* 4.
99-
10098
### Manual Setup
10199

102100
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
139137
service('auth')->routes($routes);
140138
```
141139

142-
4. (If you are running CodeIgniter v4.2.0 or higher you can skip this step). Add the new password validation rules
143-
by editing `app/Config/Validation.php`:
144-
145-
```php
146-
use CodeIgniter\Shield\Authentication\Passwords\ValidationRules as PasswordRules;
147-
148-
public $ruleSets = [
149-
Rules::class,
150-
FormatRules::class,
151-
FileRules::class,
152-
CreditCardRules::class,
153-
PasswordRules::class // <!-- add this line
154-
];
155-
```
156-
157140
## Controller Filters
158141

159142
Shield provides 4 [Controller Filters](https://codeigniter.com/user_guide/incoming/filters.html) you can

0 commit comments

Comments
 (0)