agungsugiarto / boilerplate

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

strong_password not a valid rule #89

Open DeHekOnline opened 3 years ago

DeHekOnline commented 3 years ago

When adding a user I get the strong_password is not a valid rule exception. I know it's in validation of the UserController. Does it need to be there? Seems like something is missing.

Loving the project btw!

cod3rshotout commented 3 years ago

When adding a user I get the strong_password is not a valid rule exception. I know it's in validation of the UserController. Does it need to be there? Seems like something is missing.

Loving the project btw!

Check this https://github.com/agungsugiarto/boilerplate/issues/86