diff options
Diffstat (limited to 'docs/configuration-env-vars.md')
-rw-r--r-- | docs/configuration-env-vars.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md index b07547ff..f4c3bd4e 100644 --- a/docs/configuration-env-vars.md +++ b/docs/configuration-env-vars.md @@ -90,8 +90,8 @@ defaultNotePath can't be set from env-vars | variable | example value | description | | -------- | ------------- | ----------- | -| `CMD_EMAIL` | `true` or `false` | set to allow email signin | -| `CMD_ALLOW_EMAIL_REGISTER` | `true` or `false` | set to allow email register (only applied when email is set, default is `true`. Note `bin/manage_users` might help you if registration is `false`.) | +| `CMD_EMAIL` | `true` or `false` | Set to allow email sign-in. The default is `true`. | +| `CMD_ALLOW_EMAIL_REGISTER` | `true` or `false` | Set to allow registration of new accounts using an email address. If set to `false`, you can still create accounts using the command line - see `bin/manage_users` for details. This setting has no effect if `CMD_EMAIL` is `false`. The default for `CMD_ALLOW_EMAIL_REGISTER` is `true`. | ### Dropbox Login |