My version of HedgeDoc is: docker 1.9.9
What I expected to happen:
I have disallow guest and want people to be able to register
the enviroment is
- CMD_URL_ADDPORT=false
- CMD_ALLOW_ANONYMOUS=false
- CMD_PROTOCOL_USESSL=true
- CMD_ALLOW_ANONYMOUS_EDITS=false
- CMD_ALLOW_FREEURL=true
- CMD_ALLOW_EMAIL_REGISTER=“true”
- CMD_EMAIL=“true”
- CMD_REQUIRE_FREEURL_AUTHENTICATION=false
What actually happened:
I do not get a sign in button like it does in your demo
it works in guest mode, but that defeats the purpose
I already tried:
I I have tried every option from the configuration page I have rebuilt the container, I is hosted be hind a reverse proxy but, even if I just use the container locally still no sign in button appears
please help