SurfSense/surfsense_backend/scripts
Claude cf7d19e693
SECURITY: Remove hardcoded password from admin script
Critical security fix - replaced hardcoded credentials with
environment variable approach:
- ADMIN_EMAIL and ADMIN_NEW_PASSWORD now read from env vars
- Added validation and security warnings
- No sensitive data in version control

Usage:
  export ADMIN_EMAIL="admin@example.com"
  export ADMIN_NEW_PASSWORD="secure-password"
  python scripts/update_admin_user.py
2025-11-18 20:16:53 +00:00
..
docker feat: enhance Azure OpenAI embeddings and add voice support for Azure provider 2025-10-30 22:33:47 -07:00
update_admin_user.py SECURITY: Remove hardcoded password from admin script 2025-11-18 20:16:53 +00:00