We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b0995 commit df75961Copy full SHA for df75961
config/users.php
@@ -14,6 +14,8 @@
14
15
$config = [
16
'Users' => [
17
+ // Controller used to manage users plugin features & actions
18
+ 'controller' => 'CakeDC/Users.Users',
19
'Registration' => [
20
//determines if the register is enabled
21
'active' => false,
0 commit comments