Compare commits

...

3 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
$message .= "<li>invalid email address. did you mean: " . htmlspecialchars($result["email"]) . "</li>";
}
if ($_REQUEST["sshkey"] == "" || (substr($_REQUEST["sshkey"], 0, 4) !== "ssh-" && substr($_REQUEST["sshkey"], 0, 3) !== "sk-")) {
if ($_REQUEST["sshkey"] == "" || (substr($_REQUEST["sshkey"], 0, 4) !== "ssh-" && substr($_REQUEST["sshkey"], 0, 3) !== "sk-" && substr($_REQUEST["sshkey"], 0, 5) !== "ecdsa")) {
$message .= "<li>ssh key required: please create one and submit the public key</li>";
}

View File

@ -1,5 +1,8 @@
<h1>News</h1>
<em>2022 June 18</em>
<p>Upgraded to OpenBSD 7.1. Let us know on IRC if you see anything misbehaving or broken.</p>
<em>2020 December 12</em>
<p>Rakudo and MoarVM have been updated to 2020.11</p>