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
6
votes
3 answers

CakeDC User Plugin - Is there Documentation Anywhere?

Browsing through GitHub and I found a pretty powerful CakePHP plugin called CakeDC Users that has a lot of features (Account verification, password reset, etc) for a creating a login/authentication system. I like it because it seems to be written by…
J Lee
  • 1,533
  • 1
  • 14
  • 20
5
votes
1 answer

How to implement google oauth in cakephp using cakedc/users?

I am trying to add a login layer using CakeDC/users plugin using linkedin and google. The linkedin login is working fine, but I am not able to figure out google login. Followed everything in the tutorial login with google oauth I am getting a code…
Sushant
  • 324
  • 2
  • 14
3
votes
2 answers

CakeDC Users Plugin How Do I Extend It To Be Able To Customise Login Control?

I'm using cakePHP 2.0, and have installed the cakeDC Users plugin. The Users plugin seems to be working, in so far as I can login and be redirected to "/" as defined in the plugin's UsersController _setupAuth function. But, as I want to modify this,…
Jimbo
  • 109
  • 1
  • 8
2
votes
3 answers

CakeDC users plugin: How can i install cakedc users plugin, i have read the documentation

https://github.com/cakedc/users/tree/2.0 After extracting the cakedc users plugin i copied it to app/Plugin folder. I ran this command and got error: cake migration all -plugin users Why is this error? It's cakephp-2.0 and after extracting the…
cola
  • 12,198
  • 36
  • 105
  • 165
2
votes
1 answer

CakePHP - CakeDC Plugin Permission Not Working

I have been using the following plugin (https://github.com/CakeDC/users) for CakePHP, but I can't figure out how to get the permissions working for it. I have followed all instructions, but it seems authorize does not get used at all. Wondering if…
AKKAweb
  • 3,795
  • 4
  • 33
  • 64
2
votes
1 answer

how to use logged in user image in Cakephp with Cakedc plugin

how to check the image of user in cakephp 3.0 with cakedc plugin. There are two tables one for users and other for social account details. I want to how to do i fetch images for normal user and other who use login with facebook
Amit Dangwal
  • 421
  • 1
  • 4
  • 10
2
votes
0 answers

How to use Cakedc users plugin for login and also with social accounts

I have installed users plugin with all other 5 plugins for different social login. When i login normally, it gives me a redirect URL error and when i click to the login with Facebook, it takes me to myproject/auth/Facebook. I don't know what i have…
2
votes
1 answer

Cakedc.users => always redirect to homepage

I'm using the plugins "CakeDC/Users" on a brain new Cakephp installation. I've got two controllers : PagesController.php, CardsController.php. Pages has 1 action (Beta, it's the homepage), and Cards two actions (index, and single). Here is the setup…
Gael.D
  • 500
  • 1
  • 5
  • 16
2
votes
1 answer

cakephp TinyMCE JS path not working after url change

I suspect this is something to do with URL rewriting but I'm a little stuck. I'm using the cakeDC tinyMCE plugin which works fine on my local web server but when I upload the whole cakeapp onto a testing url (I'm going from localhost/knowledgebase…
Jimothey
  • 2,414
  • 9
  • 41
  • 66
2
votes
2 answers

CakeDC admin is accessible by all kinds of users/roles by default, make it secure

I've installed CakeDC Users plugin and I found out that role, is_admin don't function by default. If I login with regular username role=registered and is_admin=0, I can still go to /admin/users/add/. Why are there two types of checks, role and…
Davit
  • 1,394
  • 5
  • 21
  • 47
2
votes
1 answer

Strict (2048): Declaration of CsvImportBehavior::setup() should be compatible with ModelBehavior

I am getting the following error: Strict (2048): Declaration of CsvImportBehavior::setup() should be compatible with ModelBehavior::setup(Model $model, $config = Array) [APP\Plugin\Utils\Model\Behavior\CsvImportBehavior.php, line 20] I followed…
louis_coetzee
  • 393
  • 7
  • 14
2
votes
1 answer

cakePHP 2.0 cakedc user plugin - seems installed but can't access

I understand I should be able to use the User plugin via [mydomain.com]/users/[controller] e.g. mydomain.com/users/login or possibly mydomain.com/users/users/login, but it comes up Error: The requested address '/users/users/login' was not found on…
2
votes
1 answer

MilesJ's Forum Plugin and CakeDC's Users Plugin

How can I implement MilesJ's Forum Plugin with CakeDC's Users Plugin? The CakeDC Users Plugin works fine. The MilesJ's Forum Plugin used to work with the previous self-written Users system (not using a plugin) The instructions for implement the…
Dennis
  • 2,866
  • 7
  • 32
  • 49
1
vote
0 answers

CakePHP-2.0, cakedc users plugin: It's not login successfully and it's not redirecting

https://github.com/cakedc/users I have registered an account successfully with cakedc users plugin and got email to confirm email i click that link from email to confirm email. That is done. Whatever i type from the http://site/users/login and click…
cola
  • 12,198
  • 36
  • 105
  • 165
1
vote
1 answer

How to Check if user is logged in cakephp 4 application using CakeDC users plugin?

How to Check if user is logged in cakephp 4 application using CakeDC users plugin ? I need to change the theme when the user is logged in In Application.php public function bootstrap(): void { $this->addPlugin('BootstrapUI'); // Call parent…
1
2 3
10 11