Add email confirmation on signup (#1374)

This commit is contained in:
Alexis Saettler
2018-05-28 17:40:17 +02:00
committed by GitHub
parent 331daff1e1
commit a79c19dd6c
32 changed files with 574 additions and 25 deletions
+2
View File
@@ -38,6 +38,8 @@ APP_DEFAULT_LOCALE=en
# Ability to disable signups on your instance.
# Can be true or false. Default to false.
APP_DISABLE_SIGNUP=false
# Enable user email verification.
APP_SIGNUP_DOUBLE_OPTIN=false
# Set trusted proxy IP addresses. Useful for ssl terminating loadbalancers.
# To trust all proxies that connect directly to your server, use a "*".