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.
This commit is contained in:
parent
3e30f3845d
commit
b76ea568ae
5 changed files with 7 additions and 97 deletions
|
|
@ -8,9 +8,6 @@ DB_NAME=mailserver
|
|||
# Security - JWT secret must be at least 32 characters
|
||||
JWT_SECRET=your-secret-key-at-least-32-chars
|
||||
|
||||
# Admin user (optional - use --reset-admin-password to set password)
|
||||
ADMIN_USER=admin
|
||||
|
||||
# SMTP settings for password reset emails
|
||||
SMTP_HOST=localhost
|
||||
SMTP_PORT=587
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue