|
I install shied without any problem and I have made all migrations successfully. But when i submit the registration form , I get the error Class "Config\PasswordRules" not found |
Answered by
maitalata
Aug 24, 2022
Replies: 3 comments 8 replies
|
@maitalata Hello, welcome to Shield. First of all I want to know what makes users not use command |
4 replies
|
How did you install CodeIgniter? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



After a close look and reading the shield docs again, I am able to identify that I caused the problem myself by adding
PasswordRules::classto the shield ruleSet array while at the same time my Codeigniter version is 4.2.4. Thank you everyone for the prompt responses.