Add reCAPTCHA feature
This commit is contained in:
@@ -24,4 +24,10 @@ MAIL_PORT=587
|
||||
MAIL_USE_TLS=true
|
||||
MAIL_USERNAME=your-email@example.com
|
||||
MAIL_PASSWORD=your-password
|
||||
MAIL_DEFAULT_SENDER=TimeTrack <noreply@timetrack.com>
|
||||
MAIL_DEFAULT_SENDER=TimeTrack <noreply@timetrack.com>
|
||||
|
||||
# reCAPTCHA Configuration (Google reCAPTCHA v2)
|
||||
# Get your keys at: https://www.google.com/recaptcha/admin
|
||||
RECAPTCHA_SITE_KEY=your-site-key-here
|
||||
RECAPTCHA_SECRET_KEY=your-secret-key-here
|
||||
RECAPTCHA_ENABLED=true
|
||||
Reference in New Issue
Block a user