This commit is contained in:
2026-04-14 16:51:33 +02:00
parent 3027130295
commit 1dcae99411
+2 -2
View File
@@ -263,12 +263,12 @@ lib.mkIf hasMailDiscoveryConfig (
<p>Open this page in Safari on iPhone, iPad, or macOS. Enter your username and optionally your full name to download the configuration profile.</p>
<form method="get" action="/mobileconfig/">
<div>
<label for="username">Username</label>
<label for="username">Email address</label>
<input id="username" name="username" type="text" autocomplete="username" pattern="[A-Za-z0-9._+-]+" required>
<span>@{escape(DOMAIN)}</span>
</div>
<div>
<label for="full_name">Full name</label>
<label for="full_name">Fullname</label>
<input id="full_name" name="full_name" type="text" autocomplete="name" placeholder="Love Billenius">
</div>
<button type="submit">Download profile</button>