forked from mCaptcha/website
feat: unable to login troubleshooting tips
This commit is contained in:
parent
3d0c12e7cc
commit
6995c0d40e
1 changed files with 12 additions and 2 deletions
|
@ -9,8 +9,18 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "Help"
|
parent: "Help"
|
||||||
weight: 620
|
weight: 541
|
||||||
toc: true
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue