diff options
author | Christian Bläul | 2019-08-17 11:53:49 +0200 |
---|---|---|
committer | Christian Bläul | 2019-08-17 11:53:49 +0200 |
commit | 32f00e9830ef9497dff9659ca0485953e5466284 (patch) | |
tree | b95e6e852f7d037531c8339941603b353441a9c9 /docs | |
parent | 29e1ff7699b86c327940153ba9dce0fc23794310 (diff) |
Documentation: improved 'Email (local account)' sections
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration-config-file.md | 4 | ||||
-rw-r--r-- | docs/configuration-env-vars.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md index 407eb9e3..64d37aff 100644 --- a/docs/configuration-config-file.md +++ b/docs/configuration-config-file.md @@ -105,8 +105,8 @@ Most of these have never been documented for the config.json, feel free to expan | variables | example values | description | | --------- | ------ | ----------- | -| `email` | `true` or `false` | set to allow email sign-in | -| `allowEmailRegister` | `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`.) | +| `email` | `true` or `false` | Set to allow email sign-in. The default is `true`. | +| `allowEmailRegister` | `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 `email` is `false`. The default for `allowEmailRegister` is `true`. | ### Dropbox Login ### Facebook Login 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 |