Merge pull request 'gpg-recovery should point to itself, else 404' (#4) from jmjl/vern-website:master into master
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #4
This commit is contained in:
Skylar "The Cobra" Widulski 2023-11-25 10:26:35 +00:00
commit 170698fe50
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
NAV
<div class=h><h1 id=pgp-recovery>PGP-based Account Recovery</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Fill out this form, and follow the steps given.</p>
<form method="post" action="/en/recovery-challenge">
<form method="post" action="/en/recovery-challenge.cgi">
<input hidden type=text name=method value="generate">
<p>Username:
<input type=text name=username>

View File

@ -13,7 +13,7 @@
<div class=h><h1 id=pgp-recovery>PGP-based Account Recovery</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Generate your signature by going into a terminal and running the following:</p>
<pre style='white-space:pre-line;word-break:keep-all;'><code>echo 'CHALLENGE' | gpg -a --detach-sig --default-key KEYID</code></pre>
<form method="post" action="/en/recovery-challenge">
<form method="post" action="/en/recovery-challenge.cgi">
<input hidden type=text name=method value="submit">
<p>Username:
<input type=text name=username value=USERNAME>