mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-26 07:28:49 -05:00
Added forgot password ability (#63)
* NEW: Added forgot password ability * FIX: Added password reset disabled flag & jwt verify Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
@@ -11,6 +11,9 @@ DATABASE_URL='postgresql://user@localhost:5432/snoopforms?schema=public'
|
||||
# Email Verification. If you enable Email Verification you have to setup SMTP-Settings, too.
|
||||
EMAIL_VERIFICATION_DISABLED=1
|
||||
|
||||
# Password Reset. If you enable Password Reset functionality you have to setup SMTP-Settings, too.
|
||||
PASSWORD_RESET_DISABLED=1
|
||||
|
||||
NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
# ------------ OPTIONAL ------------
|
||||
|
||||
Reference in New Issue
Block a user