I am converting a ROR website to Cake and the existing database has
"password", "email" and "salt" for the User.

How can I modify Cakes Auth to use the salt and the user entered password to
authenticate?

 

It's currently using bcrypt hash in conjunction with the saved user salt to
authenticate. So I need a way to incorporate this method in Cake.

 

I know / have existing sites using the Blowfish (bcrypt) so that part is
fine, I just need to apply the salt with the user entered password in the
Auth->login() is where I am at a loss.

 

Any ideas / help would be appreciated.

 

Thanks

Dave

 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to