mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 20:13:27 +02:00
Disable mail_enabled by default on clean install
Causes too many issues when no smpt server available and other options are not configured
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<form action="{{ constant('BASE_URL') }}install/" method="post" autocomplete="off">
|
||||
<input type="hidden" name="step" id="step" value="database" />
|
||||
<table>
|
||||
{% for value in ['server_path', 'mail_admin', 'mail_address'] %}
|
||||
{% for value in ['server_path', 'mail_admin'] %}
|
||||
<tr>
|
||||
<td>
|
||||
<label for="vars_{{ value }}">
|
||||
|
Reference in New Issue
Block a user