lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
129 stars 50 forks source link

Fix validation placeholder error (#351) #385

Closed dgvirtual closed 1 year ago

dgvirtual commented 1 year ago

The error is a result of the breaking change to CI 4.3.5 (https://codeigniter4.github.io/userguide/installation/upgrade_435.html)

Adding a rule in Users.php

Note for those affected by the bug: you should manually update the Users.php config file in app/Config, since it is a copy of the file updated with this fix created by the Bonfire install script.