On Dec 13, 12:10 pm, Miqdad Ali <[email protected]> wrote: > Hi All, > I have started with Auth > > class AppController extends Controller { > var $components = array('Auth'); > function beforeFilter(){ > Security::setHash('md5'); > $this->Auth->loginAction = array('controller' => 'users', 'action' > => 'login'); > $this->Auth->loginRedirect = array('controller' => 'users', > 'action' => 'index'); > $this->Auth->logoutRedirect = '/'; > $this->Auth->loginError = 'Invalid e-mail / password combination. > Please try again'; > $this->Auth->autoRedirect = false; > } > > } > > this is my app_controller , but password field not converting to md5 > > please help me .....
Are you aware how annoying that animated signature you've got is? http://ad7six.com/dump/wtf-signature.png you need to show the form data you're posting and your user controller code. AD -- 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 questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
