ok, good to look into aiki about the random password, the throw away
code I'll look over and test on a test db.
On Fri, Apr 22, 2011 at 12:12 PM, Jakub Jankiewicz wrote:
> I thought about it as one time solution and throw away code. But I can
> rewrite it as aiki extension.
>
--
Jon Phillips
I thought about it as one time solution and throw away code. But I can
rewrite it as aiki extension.
___
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~a
Good to see you working on these solutions. Did you see you can use
aiki's classes to do these operations? Can you look at aiki's code
about adding the random password.
Then, we can test out the duplication fix on a copy of the db.
Cool?
Jon
On Fri, Apr 22, 2011 at 3:01 AM, Jakub Jankiewicz wr
I create php script that remove user duplication create random password
and send email to users. But I don't test it.
1';
$res = mysql_query($query);
if ($res) {
while($row = mysql_fetch_row($res)) {
$users[] = array("username"=> $row[0], "email"=>$row[1]);
}
}
foreach ($users as $user)
4 matches
Mail list logo