From 32f00e9830ef9497dff9659ca0485953e5466284 Mon Sep 17 00:00:00 2001 From: Christian Bläul Date: Sat, 17 Aug 2019 11:53:49 +0200 Subject: Documentation: improved 'Email (local account)' sections Signed-off-by: Christian Bläul --- docs/configuration-config-file.md | 4 ++-- docs/configuration-env-vars.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3