1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-04 23:27:34 +02:00

Enable admin by default

This commit is contained in:
Florent Daigniere 2022-12-19 11:53:52 +01:00
parent 44c064ff38
commit 43bf068be2

View File

@ -93,7 +93,7 @@ Or in plain english: if receivers start to classify your mail as spam, this post
manage your email domains, users, etc.</p> manage your email domains, users, etc.</p>
<div class="form-group"> <div class="form-group">
<input type="checkbox" name="admin_enabled" value="true" id="admin"> <input type="checkbox" name="admin_enabled" value="true" id="admin" checked>
<label>Enable the admin UI (and path to the admin UI)</label> <label>Enable the admin UI (and path to the admin UI)</label>
<input class="form-control" type="text" name="admin_path" id="admin_path" style="display: none"> <input class="form-control" type="text" name="admin_path" id="admin_path" style="display: none">
</div> </div>