mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Further optimisation of system user creation
This commit is contained in:
		| @@ -209,16 +209,16 @@ ALLOW_GREENLIGHT_ACCOUNTS=true | ||||
| SMTP_SERVER={{system_email.host}} | ||||
| SMTP_DOMAIN={{system_email.domain}} | ||||
| SMTP_PORT={{system_email.port}} | ||||
| SMTP_USERNAME={{system_email.username}} | ||||
| SMTP_PASSWORD={{system_email.password}} | ||||
| SMTP_USERNAME={{ users['no-reply'].email }} | ||||
| SMTP_PASSWORD={{ users['no-reply'].mailu_token }} | ||||
| SMTP_AUTH=plain | ||||
| SMTP_OPENSSL_VERIFY_MODE=none | ||||
| SMTP_STARTTLS_AUTO={{system_email.start_tls | lower}} | ||||
| SMTP_STARTTLS={{system_email.start_tls | lower}} | ||||
| SMTP_TLS={{system_email.tls | lower}} | ||||
| SMTP_SSL_VERIFY=true | ||||
| SMTP_SENDER={{system_email.from}} | ||||
| SMTP_SENDER_EMAIL={{system_email.from}} | ||||
| SMTP_SENDER={{ users['no-reply'].email }} | ||||
| SMTP_SENDER_EMAIL={{ users['no-reply'].email }} | ||||
|  | ||||
| # Prefix for the applications root URL. | ||||
| # Useful for deploying the application to a subdirectory, which is highly recommended | ||||
|   | ||||
		Reference in New Issue
	
	Block a user