Hi,

This is how I was able to resolve it

docker exec -it openwisp2 /bin/sh

/usr/local/bin/python3 /usr/src/app/tests/manage.py     migrate
pip install service_identity 
/usr/local/bin/python3 /usr/src/app/tests/manage.py createsuperuser
<give the login name as admin and password as admin>

docker stop openwisp2
docker start openwisp2

now login via 127.0.0.1:8000 
login admin
password admin

works..

Thanks
C
On Friday, August 10, 2018 at 10:07:21 AM UTC+5:30, Chetan Kumar wrote:
>
> Hi,
>
> I pulled openwisp2 docker image
>
>     image: phyxkal/controller
>
>
> I could connect to 127.0.0.1:8000
>
> But login : admin
> password: admin
>
> do not work, where do I look for solution ?
>
> Thanks
> C
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to