I found out that the random users come from:
db_wizard_populate.py
----------------------
from gluon.contrib.populate import populate
if not db(db.auth_user).count():
populate(db.auth_user,100)
Why is that needed?
On 21 Nov., 13:11, Dan <[email protected]> wrote:
> Hi,
>
> why is the new wizard generating 100 random users after someone
> registers a new user account? How can I disable the "feature"?
>
> Some sample data:
>
> 1 Patacoce Somadadu macet...@exam...
> 2010-11-21 12:21:08 2010-11-21
> 12:21:08 197 diagram. ... Beholding the... Cyclones.
> Whe...
> 2 Tomopace Dacemamo copod...@exam...
> 2010-11-21 12:21:08 2010-11-21
> 12:21:08 Affectionate ... Engravings; a... Pre-eminent
> a...
> 3 Datoposo Cemapoce popot...@exam...
> 2010-11-21 12:21:08 2010-11-21
> 12:21:08 Stars. yet un... Stimulated by... Excitedly.
> Th...
> 4 Coceceto Cemotomo macop...@exam...
> 2010-11-21 12:21:08 2010-11-21
> 12:21:08 Mysteriously ... Symmetry is e...
>
> Thanks a lot.