Re: Login through HTTPS on CakePHP

2006-11-01 Thread mariano.iglesias
This is an auto-response so other people can find a possible method to solve this. The idea was to allow certain actions (such as any action within the Account controller) to *only* be accessed through SSL. First of all, I wanted to have an array of all actions that should only be accessed throu

Login through HTTPS on CakePHP

2006-10-23 Thread Mariano Iglesias
Hi fellow bakers,   I have an element where I have the following ($layout_texts reffers to an array of text elements, such as $layout_texts['top.menu.user'] = 'User', obtained through PEAR Translation2 package):   formTag('/account/login'); ?>:input('account/user', array('size' => '10'));