Commit graph

3 commits

Author SHA1 Message Date
99d994544d Remove SMTP settings from .env.example 2026-03-26 00:25:08 +01:00
b76ea568ae Remove ADMIN_PASSWORD configuration
Authentication now works only via hashed passwords in imc_users table.
Users must be created through the password reset flow or directly in the database.
2026-03-23 21:28:52 +01:00
3e30f3845d Add .env.example template and remove plaintext passwords
- Add .env.example with all configuration options documented
- Remove ADMIN_PASSWORD from .env files
- Set password via environment variable or --reset-admin-password flag
2026-03-23 21:25:55 +01:00