Compare commits

...

2 Commits

Author SHA1 Message Date
Vitor Gonçalves 77a21d5c63
tl: recovery-scripts/pgp/ > pt-BR 2023-12-03 15:19:19 -03:00
Vitor Gonçalves fe9c390054
tl: p/index.php > pt-BR 2023-12-03 15:15:17 -03:00
4 changed files with 14 additions and 14 deletions

View File

@ -28,8 +28,8 @@
}
?>
<!--#include file="/en/nav.php" -->
<div class=h><h1 id=pgp>User PGP keys</h1> <a aria-hidden=true href=#pgp>#pgp</a></div>
<p>This is a list of users with PGP keys on ~vern.</p>
<div class=h><h1 id=pgp>Chaves PGP de usuários</h1> <a aria-hidden=true href=#pgp>#pgp</a></div>
<p>Esta é uma lista com as chaves PGP dos usuários do ~vern.</p>
<ol>
<?php echo $list; ?>
</ol>

View File

@ -6,12 +6,12 @@
<meta name="description" content="~vern account recovery process">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>PGP-based Account Recovery | ~vern</title>
<title>Recuperação de conta por PGP| ~vern</title>
</head>
<body>
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>
<div class=h><h1 id=pgp-recovery>Recuperação de conta por PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Preencha o formulário e prossiga com os passos a seguir.</p>
<form method="post" action="/en/recovery-challenge.cgi">
<input hidden type=text name=method value="generate">
<p>Username:

View File

@ -6,12 +6,12 @@
<meta name="description" content="~vern account recovery process">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>PGP-based Account Recovery | ~vern</title>
<title>Recuperação de conta por PGP| ~vern</title>
</head>
<body>
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>Generate your signature by going into a terminal and running the following:</p>
<div class=h><h1 id=pgp-recovery>Recuperação de conta por PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Gere sua assinatura indo ao terminal e executando o seguinte comando:</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.cgi">
<input hidden type=text name=method value="submit">
@ -19,9 +19,9 @@
<input type=text name=username value=USERNAME>
<span class=red>NOUSERNOKEY</span></p>
<p>New SSH key(s): <span class=red>NOSSHBADSSH</span><br>
<p>Nova chave SSH (podem ser múltiplas): <span class=red>NOSSHBADSSH</span><br>
<textarea name=newkey rows=3 cols=50></textarea></p>
<p>Signature: <span class=red>NOSIGBADSIG</span><br>
<p>Assinatura: <span class=red>NOSIGBADSIG</span><br>
<textarea name=signature rows=15 cols=60></textarea></p>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>

View File

@ -7,13 +7,13 @@
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta http-equiv=refresh content='5;url=/pt-BR/' />
<title>Success | ~vern</title>
<title>Sucesso | ~vern</title>
</head>
<body>
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>Your new key has successfully been added.</p>
<p>You will be redirected back <a href=/pt-BR/>home</a> in 5 seconds.</p>
<div class=h><h1 id=pgp-recovery>Recuperação de conta por PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Sua nova chave foi adicionada com sucesso.</p>
<p>Você será redirecionado para a <a href=/pt-BR/>página principal</a> em 5 segundos.</p>
<br>
FOOTER
</body>