ohhhh no it was my mistake xD i have forgot to declare the php tags xD that happens first time since i had learnd about php oh man thats sucking i have lost time for this bu..s..t sorry man for losing your time .
but where can i find how the password will be saved how it will be ecoded? thanks 2010/5/28 Ed Propsner <[email protected]> > First and foremost make sure that you actually have a controller named > users_controller.php in your app/controllers dir > > > On Thu, May 27, 2010 at 5:59 PM, Davor Ilic <[email protected]> wrote: > >> The Security i had cahange it from begin, do not know why it wanna from me >> to do it again. >> and in the appcontroller i´ve also write the same which you said but this >> gives me the error when i delete this line from appcontroller it works fine >> only if i change it in appcontroller to auth it doesn´t work... >> >> hmmmmm what can it be... ? >> >> but thanks for your fast answer :) mostly i have to wait many days hehe >> >> 2010/5/27 Ed Propsner <[email protected]> >> >> Just to be sure make sure your config for the Auth component in the >>> AppController looks something like this: >>> >>> class AppController extends Controller >>> { >>> var $components = array('Auth'); >>> } >>> >>> By the looks of it you may also want to change your security salt and >>> cipherSeed in App/Config/Core.php >>> >>> I'm not 100% sure on this but I believe that using the console to bake >>> your app will randomly generate these values for you. >>> >>> - Ed >>> >>> On Thu, May 27, 2010 at 5:06 PM, Davor Ilic <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> i´m getting following issue. >>>> >>>> I´ve followed the tutorial on how to create an authlogin with cakephp >>>> but something is going wrong when add in the appcontroller the public var >>>> 'components' with Auth >>>> i´m getting the default layout from cakePHP and he is telling me that i >>>> didn´t have create the 'Userscontroller' but i did and in the header is my >>>> code from the users_controller.php with the method login and logout. This >>>> issue i get you also can see at the picture. >>>> >>>> >>>> Check out the new CakePHP Questions site http://cakeqs.org and help >>>> others with their CakePHP related questions. >>>> >>>> You received this message because you are subscribed to the Google >>>> Groups "CakePHP" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected]<cake-php%[email protected]>For >>>> more options, visit this group at >>>> http://groups.google.com/group/cake-php?hl=en >>>> >>> >>> Check out the new CakePHP Questions site http://cakeqs.org and help >>> others with their CakePHP related questions. >>> >>> You received this message because you are subscribed to the Google Groups >>> "CakePHP" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected]<cake-php%[email protected]>For >>> more options, visit this group at >>> http://groups.google.com/group/cake-php?hl=en >>> >> >> Check out the new CakePHP Questions site http://cakeqs.org and help >> others with their CakePHP related questions. >> >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<cake-php%[email protected]>For >> more options, visit this group at >> http://groups.google.com/group/cake-php?hl=en >> > > Check out the new CakePHP Questions site http://cakeqs.org and help > others with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
