Thursday, January 16, 2014

Error: Class 'SimplePasswordHasher' not found

Hi all,
 
I am receiving this message Error:Class 'SimplePasswordHasher' not found

I am following the tutorial http://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html for Simple Authentication and Authorization.  I found this thread https://groups.google.com/forum/#!topic/cake-php/wL6f3MG_M8c but it doesn't have an answer for me . Any suggestions?

I have this at top of User.php is models
App::uses('SimplePasswordHasher','Controlller/Component/Auth');



--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: