Hi,
When installing ofbiz with only seed data, what admin username / password should be used? Thanks |
I just updated the production setup guide, please check: http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production +Setup+Guide On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote: > > Hi, > > When installing ofbiz with only seed data, what admin username / password > should be used? > > Thanks |
Running:-
$./ant run-install-seed doesn't allow me to login regardless of username (admin) password (ofbiz) - Error: The following error occurred during login: The account for user login id "admin" has been disabled.since 2008-06-19 13:57:26.998.It will be re-enabled 2008-06-19 14:02:26.998. After running:- $./ant run-install-extseed I can login with admin / ofbiz Thanks Hans
|
Has you can read in the build.xml file...
<target name="run-install-seed" depends="build" description="This loads ONLY the seed data (not seed-initial, demo, ext* or anything else); meant for use after an update of the code to reload the seed data as it is generally maintained along with the code and needs to be in sync for operation"> <target name="run-install-extseed" depends="build" description="This loads seed, seed-initial and ext data; meant for manual/generic testing, development, or going into production with a derived system based on stock OFBiz where the ext data basically replaces the demo data"> -Bruno 2008/6/19 Wicus <[hidden email]>: > > Running:- > > $./ant run-install-seed > > doesn't allow me to login regardless of username (admin) password (ofbiz) - > Error: > > The following error occurred during login: The account for user login id > "admin" has been disabled.since 2008-06-19 13:57:26.998.It will be > re-enabled 2008-06-19 14:02:26.998. > > After running:- > > $./ant run-install-extseed > > I can login with admin / ofbiz > > Thanks Hans > > > > Hans Bakker wrote: > > > > > > I just updated the production setup guide, please check: > > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production > > +Setup+Guide > > > > On Thu, 2008-06-19 at 04:29 -0700, Wicus wrote: > >> > >> Hi, > >> > >> When installing ofbiz with only seed data, what admin username / > password > >> should be used? > >> > >> Thanks > > > > > > > > -- > View this message in context: > http://www.nabble.com/Seed-Data-Only-tp18006120p18007901.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
Thanks, the picture is starting to make sense . ;)
|
Free forum by Nabble | Edit this page |