What method is used to create the password?
- by Gortron
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.