Skip to content

Commit df75961

Browse files
committed
Add missing key for users plugin
1 parent c7b0995 commit df75961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/users.php

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
$config = [
1616
'Users' => [
17+
// Controller used to manage users plugin features & actions
18+
'controller' => 'CakeDC/Users.Users',
1719
'Registration' => [
1820
//determines if the register is enabled
1921
'active' => false,

0 commit comments

Comments
 (0)