feat: unable to login troubleshooting tips

This commit is contained in:
Aravinth Manivannan 2022-08-01 22:24:30 +05:30
parent 3d0c12e7cc
commit 6995c0d40e
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 12 additions and 2 deletions

View File

@ -9,8 +9,18 @@ images: []
menu:
docs:
parent: "Help"
weight: 620
weight: 541
toc: true
---
Coming soon
## Q: I just setup an instance but I am unable to login
mCaptcha by default is configured to server at `localhost` hostname. If
the instance is deployed at another hostname, please try setting
`MCAPTCHA_SERVER_DOMAIN` environment variable to the hostname at which
your instance is deployed or setting the equivalent in config.toml:
```toml
[server]
domain=mydomain
```