agungsugiarto / codeigniter4-authentication

The codeigniter4\authentication component provides an API for authentication and includes concrete authentication adapters for common use case scenarios.
MIT License
49 stars 9 forks source link

Register.php calls for invalid file #22

Closed ctucker1984 closed 2 years ago

ctucker1984 commented 3 years ago

app/Views/Auth/register.php has a bad slash in a file name. Line 21 <?= $this->include('Auth\messages') ?> This produces an invalid file error. Line 21 <?= $this->include('Auth/messages') ?> This fixed it.