summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-05-31 19:27:22 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-05-31 19:31:36 +0200
commit8885796e801e935d9123ff4163287e08f2d115ce (patch)
treeca1b31d029d66d962140134f1a40dd3141859a02 /web/template
parent5b5950e51dfddd0a0141c8a475d0729f304d5b44 (diff)
downloadaurweb-8885796e801e935d9123ff4163287e08f2d115ce.tar.xz
Show the SSH key field on the registration page
Now that we have a short explanation on how we use the SSH public key, we can show that field on the registration page. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template')
-rw-r--r--web/template/account_edit_form.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index 415c086..f988714 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -114,7 +114,6 @@
</p>
</fieldset>
- <?php if ($A == "UpdateAccount"): ?>
<fieldset>
<legend><?= __("The following information is only required if you want to submit packages to the Arch User Repository.") ?></legend>
<p>
@@ -122,7 +121,6 @@
<textarea name="PK" id="id_ssh" rows="5" cols="30"><?= htmlspecialchars($PK) ?></textarea>
</p>
</fieldset>
- <?php endif; ?>
<fieldset>
<p>