This topic is locked

Mass generation username and password

5/25/2008 6:50:19 AM
PHPRunner General questions
R
rainerwolf author

I want to generate login and passwords automatically, because my usertable has more then hundreds of records.

Table structure:
name:

surname:

street:

zip:

city:

email:

loginname:

password:
Is it possible to generate for all users an random loginname and random password based on name and email, and only then, when no loginname and password exists.

And after that, send the informations to the user email adress and generate print files?
Any ideas?
Rainer

J
Jane 5/26/2008

Rainer,
this task can be accomplished using custom PHP script or application.

However it has no connection with PHPRunner.