Comment 4 for bug 153310

Revision history for this message
Torsten Spindler (tspindler) wrote :

I took a look at the code and in lib/components/user.py I see that self.preseed is called or rather set (my guess). preseed is defined in FilteredCommand and calls self.db.set(name,value). I suspect the problem lies here, but I do not know how to debug this further...