tebowy / openipam

Automatically exported from code.google.com/p/openipam
0 stars 0 forks source link

Create openIPAM user #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, 

you should use the following command to create the admin user, because the 
changed_by has an NOT NULL constraint:

   INSERT INTO internal_auth (id, hash, name, changed_by) VALUES (1, 'b109f3bbbc244eb82441917ed06d618b9008dd09b3befd1b5e07394c706a8bb980b1d7785e5976ec049b46df5f1326af5a2ea6d103fd07c95385ffab0cacbc86', 'admin', 1);

Please update the documentation.

Regards, Dennis

Original issue reported on code.google.com by dhoppe0...@gmail.com on 16 Aug 2013 at 9:34