Questions tagged [cakedc]

CakeDC refers to a series of open source plugins for the CakePHP framework such as CakeDC Users, CakeDC Search, CakeDC Ratings, CakeDC Tags, CakeDC Migrations, CakeDC Imagine, CakeDC Comments and more

CakeDC refers to a series of open source plugins for the CakePHP framework developed by Cake Development Corporation include:

GitHub: https://github.com/CakeDC?tab=repositories

159 questions
1
vote
1 answer

CakeDC Ratings Plugin - any tutorial/instructions anywhere?

Is there a good tutorial / instructions for the CakeDC ratings plugin anywhere? I'm 4 hours in and still no end in site - the read-me is useless.
Dave
  • 28,833
  • 23
  • 113
  • 183
1
vote
1 answer

How to load pages which are not intregrated in ACL of cakePHP

I have implemented ACL using cakeDC plugin. Basically i want to make an app where everyone can view all pages. Only register people can view admin panel. Currently My app loading Login page initially and after login i can view the content as i have…
Md . Sojib Ahmed
  • 431
  • 4
  • 14
1
vote
1 answer

Cakedc users plugin new table entry

I am using Cakedc Users plugin and I want to add a small entry to the Users table which is "Balance" (integer) I read the extending part in the documentation and I honestly got dizzy from all the modifications that I have to do I don't want to…
1
vote
1 answer

CakeDC.users: Change default role for new social loged in users

I'm using cakeDC.users plugin for CakePHP 3.6.x with social login via google. Currently the default role for a new user is "user". How can a change this?
Michael
  • 11
  • 1
1
vote
2 answers

CakeDC Users Plugin Composer installation

I'm using CakePHP 3.6.2 and trying to install the CakeDC Users plugin with Composer gives me the following error message: Using version ^7.0 for cakedc/users ./composer.json has been created Loading composer repositories with package…
Lucky
  • 95
  • 1
  • 7
1
vote
0 answers

Why not work override CakeDC Users Plugin override Controller in Cake 3.5?

I try to use CakeDC Users plugin version 6.0, with cakephp 3.5.12. I can use the basci routes, but I would like to redefine controller, because I wouldn't use registration functionality. I added AppUsersController to src/Controller directory whit…
1
vote
1 answer

CakeDC/Users permissions for not-logged in visitors

I'm playing around with the CakeDC/Users plugin and I can't for the life of me figure out how to give permission for non-logged in visitors (lets call them 'guests') to access things like my /pages/home, or if I was to do a Blog plugin, allow guests…
Sanfly
  • 1,021
  • 1
  • 11
  • 19
1
vote
2 answers

CakeDc/users how to work with permissions?

I installed CakeDC/users run migration, created the super user, copied the users.php to config/ directory. And now in my website all pages are redirecting to login page. And i can't change this thing, cause i not well understand how permissions…
Artur Mamedov
  • 597
  • 1
  • 7
  • 17
1
vote
1 answer

CakePHP CakeDC user plugin permision not working

I have a problem that the "cakeDC users" plugin does not work with the bypassAuth that I would get an example of how it should be implemented. my code: return [ 'CakeDC/Auth.permissions' => [ [ 'controller' => 'test', 'action' =>…
1
vote
1 answer

Dynamically Loading Plugin Configuration Files in CakePHP 3

Question: How do I load a configuration file from a Plugin/config Directory? Demo Project: https://github.com/CakePHPKitchen/CakeDC-Users-Permissions-Example I am using CakeDC/users plugin and it has a permissions.php file that it loads the RBAC…
Jeffrey L. Roberts
  • 2,844
  • 5
  • 34
  • 69
1
vote
1 answer

How to extend Cakedc Users plugin to use own table in Cakephp 3

I want to extend users plugin so that i can remove username field and customize my table according to needs. I have seen the github documentation for extending plugin but that doesn't help me much. I tried to extend UserTable.php but it gives me…
Amit Dangwal
  • 421
  • 1
  • 4
  • 10
1
vote
1 answer

How do I use a custom table instead of the standard CakeDC/Users table?

I'm using CakePHP with the CakeDC/Users plugin, and I want to store more than just the standard user details on registration. I thought I had the answer here:…
Jason RWD
  • 51
  • 7
1
vote
2 answers

Cakedc Users Could not load configuration file

I'm using CakeDC's Users Plugin for authentication. I've followed all the steps of installation as documented here, but i'm getting this error: I've performed the following steps: composer require cakedc/users composer require…
Subhan
  • 1,544
  • 3
  • 25
  • 58
1
vote
0 answers

Managing schema and migrations for multiple connections without using plugin directory in CakePHP 2

I'm using schema management tool (http://book.cakephp.org/2.0/en/console-and-shells/schema-management-and-migrations.html) and CakeDC's migration plugin (https://github.com/CakeDC/migrations) in CakePHP 2.6.2 As this user, How can we run I write…
CakeDog
  • 11
  • 2
1
vote
2 answers

CakeDC Users plugin: Use email field as a username

Is it possible to configure CakeDC's Users plugin to use email field as a username? By default there are both username and email fields in Users plugin and all work great! But I would like to use email as the username for the authentication, so the…
1
2
3
10 11