Another simple option -- web2py includes a Bayesian classifier that can be used to populate a database table with dummy data -- takes just two lines of code: http://web2py.com/book/default/chapter/12#Populating-Database-with-Dummy-Data. I think it will fill the password field with empty strings, though, so if you want real passwords, you may need to add those separately. Anthony
On Wednesday, March 2, 2011 3:28:21 AM UTC-5, Norbert Klamann wrote: > Hello all, > for testing purposes I want to create a bunch of users with a script. How > can I do this ? > > I found nothing in the book, but maybe I searched for the wrong keywords > ... > > Thanks > > Norbert >

