Re: Cake 2.2 Auth login failure

2013-01-02 Thread Paulo Braga
Post your AppController and UsersController(login method), and a screenshot of your users table. On Monday, December 31, 2012 11:40:48 PM UTC+2, Martin Halla wrote: Hi, I have this app that uses the Auth component for login Everything works on the local machine, but fails big time live at

Re: I want to change password using cake php

2013-01-02 Thread Paulo Braga
Ok, you want to change a password in cake. you have to have somthing like this: old password: _ new password: confirm new password: right?? so first you have to make a method in UsersController called changePassword(){} and a view in

Re: Access to specific data cakephp 2.x

2012-12-25 Thread Paulo Braga
On Monday, December 24, 2012 6:12:02 PM UTC-5, Paulo Braga wrote: Hi Rob. Thanks for your answer, the behavior is very interesting. I think I did not express myself well, I dont want just to set that a user has only access to the posts he created. I want also to configure for example: We have

Re: Access to specific data cakephp 2.x

2012-12-25 Thread Paulo Braga
://github.com/zuha/Zuha/tree/master/app/Plugin/Users/Model/Behavior On Monday, December 24, 2012 6:12:02 PM UTC-5, Paulo Braga wrote: Hi Rob. Thanks for your answer, the behavior is very interesting. I think I did not express myself well, I dont want just to set that a user has only access

Re: Access to specific data cakephp 2.x

2012-12-24 Thread Paulo Braga
in the table for the person who created the record matches the id of the person who is trying to modify it. - Rob On Sunday, December 23, 2012 4:01:28 PM UTC-5, Paulo Braga wrote: Hi people. I am using cakephp 2.x, and I am trying to build a system with group permissions, ok, I used Acl

Access to specific data cakephp 2.x

2012-12-23 Thread Paulo Braga
Hi people. I am using cakephp 2.x, and I am trying to build a system with group permissions, ok, I used Acl and Auth component without problem. Now I want to configure access to specific data. for example: we have a blog app, and we have users, posts, etc. an admin can do anything(no