mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 00:57:23 +02:00
🎉 Add 'email-verification' flag enabled by default
The main idea is deprecating the `insecure-register` flag with the more general `email-verification` flag.
This commit is contained in:
parent
41134f22e9
commit
2348146f00
7 changed files with 88 additions and 19 deletions
|
@ -6,11 +6,10 @@
|
|||
## setting.
|
||||
|
||||
PENPOT_PUBLIC_URI=http://localhost:9001
|
||||
PENPOT_TENANT=pro
|
||||
|
||||
## Feature flags.
|
||||
|
||||
PENPOT_FLAGS="enable-registration enable-login"
|
||||
PENPOT_FLAGS="enable-registration enable-login disable-email-verification"
|
||||
|
||||
## Temporal workaround because of bad builtin default
|
||||
|
||||
|
@ -43,7 +42,6 @@ PENPOT_TELEMETRY_ENABLED=true
|
|||
## console, but for production usage is recommended to setup a real
|
||||
## SMTP provider. Emails are used to confirm user registrations.
|
||||
|
||||
PENPOT_SMTP_ENABLED=false
|
||||
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com
|
||||
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com
|
||||
# PENPOT_SMTP_HOST=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue