I need to create 5 accounts with similar attributes.
In other words I need a way to batch create accounts.
I found a script:
insert into user (user_name) values('Blargy'); update user set
user_password=md5(concat(user_id,'-',md5('wonko'))) where
user_name='Blargy';
But for some reason this never populates the password field in the mysql
dbase.
Has anyone had this issue? Or does anyone have a better way to create
batch registrations?
Steve
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message.
Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]