find out the password hasher of that app. and create a mirror of that class of course the cakephp way. password hashers are found in app/controller/components/auth. Optionally your custom hashers can extent AbstractPasswordHasher
On 6/25/15, 'Cruisine' via CakePHP <[email protected]> wrote: > Dear friends, > > Recently i'm working with cakephp project. The database used in the project > > is from another already built application (non-cakephp app), which is has > its own user table that has full of user's datas. The password are already > hashed from that application. My question is, how can i create a login user > > in my current cakephp project which can read the already-hashed password > from that user table ? > > My question might be too basic to you, but i sincerely need your helps. > > Thank You. > > -- > 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/d/optout. > -- 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/d/optout.
