On the install page, there is a section which describes how to inject
some data [1].
You simply have to run the following command:
PATH=$PATH:./rel/ucengine/bin ./contrib/demo.sh localhost
This script should create the necessary users and roles and therefore
fix your problem.
I hope this will help you.
[1] http://docs.ucengine.org/dev/install.html#inject-some-data
--
Romain GAUTHIER | AF83
Depends on which branch you used. If you are using master:
http://docs.ucengine.org/install.html#inject-some-data
if you are using develop branch:
http://docs.ucengine.org/dev/install.html#inject-some-data
François
U.C.Engine can handle multiple hosts and when you feed the server with
the demo data, this is localhost which is impacted.
Therefore, myserver.fr still doesn't know about users created on localhost.
To solve the problem, you can use a reverse proxy or try to feed the
myserver.fr host.
--
Romain GAUTHIER | AF83