Grist Omnibus authentication

Hello Grist Community !

It makes a long tile I haven’t posted there and must admit that as Grist give me full satisfaction I’m spending less time there…

@paul-grist , I’m using grist-omnibus to login with my team and would like to confirm the below authentication with mail & password remains available if I update to latest releases.

mkdir -p /tmp/grist-test
docker run \
  -p 9999:80 \
  -e URL=http://localhost:9999 \
  -e TEAM=cool-beans \
  -e EMAIL=owner@example.com \
  -e PASSWORD=topsecret \
  -v /tmp/grist-test:/persist \
  --name grist --rm \
  -it gristlabs/grist-omnibus  # or grist-ee-omnibus for enterprise

We cannot afford to change this at the moment.

Could you confirm ?

Thanks in advance and once again wish great succes to Grist team.

Hi @Sylvain_Page, yes, I just tried that sequence with latest release and it worked fine. Let me know if you see any problem.