agungsugiarto / boilerplate

CodeIgniter4 Boilerplate based on AdminLTE 3 with user management, roles, permissions, ...
MIT License
158 stars 49 forks source link

strong_password is not a valid rule #86

Closed cod3rshotout closed 3 years ago

cod3rshotout commented 3 years ago

when I try to create a new user, I get this CodeIgniter Exception:

CodeIgniter\Validation\Exceptions\ValidationException
strong_password is not a valid rule.

guess the problem is related to UserController -> create()

agungsugiarto commented 3 years ago

This not related with this package, you need first read documentation myth-auth.

Screenshot_20210410-162611.png

DeHekOnline commented 3 years ago

Sorry.. started checking it out myself. When added it is valid and a nice option to have.