RE: RE: Auth Help

2011-03-04 Thread Krissy Masters
Noted! Thanks for letting me know. Will post results of what worked / did not soon. Thanks K -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questi

Re: RE: Auth Help

2011-03-04 Thread Sam Bernard
I was reading a blog recently where someone was having a similar problem, except using IE on windows. They got it working by setting: Configure::write('Session.checkAgent', false); in core.php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the n

RE: Auth Help

2011-03-04 Thread Krissy Masters
] On Behalf Of Ryan Schmidt Sent: Friday, March 04, 2011 11:13 PM To: cake-php@googlegroups.com Subject: Re: Auth Help On Mar 4, 2011, at 20:23, Krissy Masters wrote: > How to fix this or even track down where the problem is? > > So I have both MAC and Windows computers here. > Going

Re: Auth Help

2011-03-04 Thread Ryan Schmidt
On Mar 4, 2011, at 20:23, Krissy Masters wrote: > How to fix this or even track down where the problem is? > > So I have both MAC and Windows computers here. > Going thru a site and login on windows PC no problem, I can go thru the site > as normal / Auth actions / whatever controllers allow ac

Auth Help

2011-03-04 Thread Krissy Masters
How to fix this or even track down where the problem is? So I have both MAC and Windows computers here. Going thru a site and login on windows PC no problem, I can go thru the site as normal / Auth actions / whatever controllers allow actions (everything works as expected) Login on a MAC

Re: Auth Help

2009-11-01 Thread Robert P
Try looking in cake/libs/security.php Compare your production and development environments. Security::hash() will fall back from sha1() to mhash(), to hash(), to md5() depending on what is available. On Oct 31, 11:05 pm, "Dave" wrote: > I have a test app I am building and created a few dummy

Auth Help

2009-10-31 Thread Dave
I have a test app I am building and created a few dummy accounts, added Auth and ACL and everything worked just fine. So I copied app folder and placed them on the live server and dumped the database but now I cant log into any of my test accounts. I created a new user on the testing server and c

Re: cakePHP auth help (for a cake newbir)

2008-11-21 Thread Zen
Ok, my bad.. found the bug.. It's easyer to login when you input the CORRECT password... Sorry Zen On Nov 21, 5:00 pm, Zen <[EMAIL PROTECTED]> wrote: > Hello once more. > > I've followed your tutorial (K Orcan) and now I have a group/username > auth system. My problem is the following: > > Whe

Re: cakePHP auth help (for a cake newbir)

2008-11-21 Thread Zen
Hello once more. I've followed your tutorial (K Orcan) and now I have a group/username auth system. My problem is the following: When I visit a protected controller, the system redirect me to the login form. After that I want it to redirect me back. What am I missing? thank you for your patienc

Re: cakePHP auth help (for a cake newbir)

2008-11-20 Thread Rafael Bandeira aka rafaelbandeira3
>It's important to know what's out there! Totally agreed, I've done it before. The conclusion: almost every other framework is a) ugly and/or b) unlogical and/or c) useless and/ or d) too complex for it's too unsensible featurity. And yes. CI is totally unlogical and bloated with lots of crap feat

Re: cakePHP auth help (for a cake newbir)

2008-11-20 Thread Zen
Good newbie tutorials there. Thank you guys. You've lead me to the right track. Rafael, I'm not an Heretic :P It's important to know what's out there! Zen On Nov 20, 3:20 pm, "K Orcan" <[EMAIL PROTECTED]> wrote: > helps if I paste > link:http://www.studiocanaria.com/articles/cakephp_auth_co

Re: cakePHP auth help (for a cake newbir)

2008-11-20 Thread K Orcan
helps if I paste link: http://www.studiocanaria.com/articles/cakephp_auth_component_users_groups_permissions_revisited On Thu, Nov 20, 2008 at 10:20 AM, K Orcan <[EMAIL PROTECTED]> wrote: > I would check out this tutorial... ACL is overkill for what you may be > doing to restrict access to "thi

Re: cakePHP auth help (for a cake newbir)

2008-11-20 Thread Rafael Bandeira aka rafaelbandeira3
the easiest way to get you on the path to the success is: quit CI and all other non-logic based framework out there. you little heretic man... ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To po

Re: cakePHP auth help (for a cake newbir)

2008-11-19 Thread RyOnLife
Zen, I really struggled with the Auth as well on my first project. Here's the tutorial that got me over the hump: http://www.webdevelopment2.com/cakephp-auth-component-tutorial-1/ -Ryan On Nov 19, 8:03 pm, Zen <[EMAIL PROTECTED]> wrote: > Hello folks, > > I've been using codeigniter for some t

Re: cakePHP auth help (for a cake newbir)

2008-11-19 Thread Brett Wilton
I'm not sure which cake docs you have read but http://book.cakephp.org/view/172/Authentication coveres most aspects of basic authentication... Also teknoid has a nice article explaining things further http://teknoid.wordpress.com/2008/10/08/demystifying-auth-features-in-cakephp-12 Hope that help

cakePHP auth help (for a cake newbir)

2008-11-19 Thread Zen
Hello folks, I've been using codeigniter for some time now. I've tryed to switch to cake previously but always got the same issue: Authentication. In codeigniter everything is less convention-centered. Table names can be anything and to "secure" a controller or a method inside a controller is sim