(02-24-2023, 01:54 AM)datamweb Wrote: Shield uses codeigniter4/settings to set the parameters, by doing this you practically take away the possibility of setting these two parameters from the users.
I took your suggestion and am am now controlling the configuration variables via codeigniter4/settings. After composer install a developer can optionally auto-configure the module:
Code:
composer require grimpirate/halberd:dev-develop
php spark halberd:init
The required views will populate into Auth.views, and Auth.actions login and register will be overwritten.