Cannot login to ecommerce on terminal

I tried to login to ecommerce to create user, but its not working

sudo su ecommerce -s /bin/bash
No passwd entry for user 'ecommerce'

when i tried using the tutor user

Error: Command failed with status 1: docker-compose -f /home/tutor/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local run --rm ecommerce ./manage.py createsuperuser

Hi @josoga2! I believe your question is covered by the docs of the ecommerce plugin: GitHub - overhangio/tutor-ecommerce: Ecommerce plugin for Tutor

The ecommerce user interface will be available at http://ecommerce.localhost for a local instance, and at ECOMMERCE_HOST (by default: http(s)://ecommerce.<yours lms host> ) in production. In order to run commands from the UI, a user with admin rights must be created:

tutor local run ecommerce ./manage.py createsuperuser