A fresh install of trunk using only "load-extseed" does not procude any logins.
The only entries in the UserLogins Table are "anonymous" and "system" both with password "NULL". How can I install the admin User? Is the following in the Wiki still correct? https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html > Definition: Seed Initial Data is data that is only required the first > time the system is loaded like the password of the admin user. Later > if you want to update the seed data, you normally do not want the > password of admin set back to the 'ofbiz' value. Install steps: svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz.trunk cd ofbiz.trunk ./ant load-extseed ./ant start
