cakephp-user-tools icon indicating copy to clipboard operation
cakephp-user-tools copied to clipboard

The UserTools plugin provides you the building blocks for everything around users. It comes with a CRUD kick start through the UserToolComponent and the UserBehavior. Just load the component and you h...

Results 2 cakephp-user-tools issues
Sort by recently updated
recently updated
newest added

Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 3.6.3 to 3.6.15. Release notes *Sourced from [cakephp/cakephp's releases](https://github.com/cakephp/cakephp/releases).* > ## CakePHP 3.6.15 released > The CakePHP core team is happy to announce the immediate availability of...

dependencies

I have problem with setting up email. I used in my bootstrap: ``` Configure::write('UserTools.Behavior', [ 'emailConfig' => 'mailhog' ]); ``` my email settings in config/app.php are: ``` 'EmailTransport' => [...

bug