From 28f58f53cec37145b4e6fea2397bbb8edf65c392 Mon Sep 17 00:00:00 2001 From: Julian Marcos Date: Sat, 25 Nov 2023 10:50:13 +0100 Subject: [PATCH] gpg-recovery should point to itself, else 404 I have modified the templates to point to the gpg-recovery, as they pointed to a 404 and your browser posts to such a 404, which won't work. The gpg-recovery program should support some kind of template to point to itself, to make our lives easier, and remove the possibility of human error, as the script can know the full URL it's being called at, but it doesn't. --- en/recovery-scripts/pgp/default.html | 2 +- en/recovery-scripts/pgp/submit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/recovery-scripts/pgp/default.html b/en/recovery-scripts/pgp/default.html index 3807b95..7b22424 100644 --- a/en/recovery-scripts/pgp/default.html +++ b/en/recovery-scripts/pgp/default.html @@ -12,7 +12,7 @@ NAV

PGP-based Account Recovery

Fill out this form, and follow the steps given.

-
+

Username: diff --git a/en/recovery-scripts/pgp/submit.html b/en/recovery-scripts/pgp/submit.html index 19dc48e..1a2417d 100644 --- a/en/recovery-scripts/pgp/submit.html +++ b/en/recovery-scripts/pgp/submit.html @@ -13,7 +13,7 @@

PGP-based Account Recovery

Generate your signature by going into a terminal and running the following:

echo 'CHALLENGE' | gpg -a --detach-sig --default-key KEYID
- +

Username: