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