Further optimisation of system user creation

This commit is contained in:
2025-04-24 19:25:39 +02:00
parent 59e985eb3b
commit 36606b5594
29 changed files with 208 additions and 167 deletions

View File

@@ -1655,18 +1655,18 @@
"strictTransportSecurity": "max-age=31536000; includeSubDomains"
},
"smtpServer": {
"password": "{{system_email.password}}",
"password": "{{ users['no-reply'].mailu_token }}",
"replyToDisplayName": "",
"starttls": "{{system_email.start_tls | lower}}",
"auth": "true",
"port": "{{system_email.port}}",
"replyTo": "",
"host": "{{system_email.host}}",
"from": "{{system_email.from}}",
"from": "{{ users['no-reply'].email }}",
"fromDisplayName": "Keycloak Authentification System - {{domains.keycloak}}",
"envelopeFrom": "",
"ssl": "true",
"user": "{{system_email.username}}"
"user": "{{ users['no-reply'].email }}"
},
"eventsEnabled": false,
"eventsListeners": [