Questions tagged with hashpasswords

1 answer

0 votes

Asked by buh, on 26/12/09 in Components

Using Auth with legacy database

Hi,

I'm fighting with simple Auth autentication using legacy DB with non-CakePHP schema.

In table tb_mc: I have 2 columns for authentication:

id (number) as name

admin_pass (MySQL PASSWORD hash) as password

In my contoller I create custom...

<< previous next >>