What method is used to create the password?

Posted by Gortron on Programmers See other posts from Programmers or by Gortron
Published on 2011-02-21T23:21:55Z Indexed on 2011/02/21 23:33 UTC
Read the original article Hit count: 191

Filed under:
|
|

Hello,

I am developing on to a Groupon clone app called Couponic on behalf of a client. Can anyone help in pinpointing how Couponic generates user passwords? I want to be able to generate new passwords in the same method Couponic uses in a separate PHP script if possible, so that users of an existing site will also be able to log in to the Couponic site without re-creating an account.

Couponic is built using the YII PHP framework, I can't find anything in the YII documentation. Any help would be greatly appreciated.

© Programmers or respective owner

Related posts about php

Related posts about passwords