just loop and
for i in range(n):
db.auth_user.insert(first_name=...,
...
password=db.auth_user.password.validate('password')[0]
registration_key='')On Mar 2, 2:28 am, Norbert Klamann <[email protected]> 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

