You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,8 @@ Environment variables (will overwrite other server configs)
150
150
| HMD_LDAP_TLS_CA | no example | Root CA for LDAP TLS in PEM format |
151
151
| HMD_LDAP_PROVIDERNAME | My institution | Optional name to be displayed at login form indicating the LDAP provider |
152
152
| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
153
-
| HMD_EMAIL |`true` or `false`| set to allow email register and signin |
153
+
| HMD_EMAIL |`true` or `false`| set to allow email signin |
154
+
| HMD_ALLOW_EMAIL_REGISTER |`true` or `false`| set to allow email register |
154
155
| HMD_IMAGE_UPLOAD_TYPE |`imgur`, `s3` or `filesystem`| Where to upload image. For S3, see our [S3 Image Upload Guide](docs/guides/s3-image-upload.md)|
155
156
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
156
157
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
| email |`true` or `false`| set to allow email register and signin |
198
+
| email |`true` or `false`| set to allow email signin |
199
+
| allowemailregister |`true` or `false`| set to allow email register |
198
200
| imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image
199
201
| s3 |`{ "accessKeyId": "YOUR_S3_ACCESS_KEY_ID", "secretAccessKey": "YOUR_S3_ACCESS_KEY", "region": "YOUR_S3_REGION", "bucket": "YOUR_S3_BUCKET_NAME" }`| When `imageUploadType` be setted to `s3`, you would also need to setup this key, check our [S3 Image Upload Guide](docs/guides/s3-image-upload.md)|
0 commit comments