mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add support for adding SSH public keys to profiles
Users can now add an SSH public key on the account edit page. This will later be used to authenticate users via SSH. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
1af375828f
commit
253e76d8cc
5 changed files with 85 additions and 9 deletions
|
@ -97,6 +97,11 @@
|
|||
<input type="text" size="30" maxlength="50" name="K" id="id_pgp" value="<?= html_format_pgp_fingerprint($K) ?>" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="id_ssh"><?= __("SSH Public Key") ?>:</label>
|
||||
<textarea name="PK" id="id_ssh" rows="5" cols="30"><?= htmlspecialchars($PK) ?></textarea>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="id_language"><?= __("Language") ?>:</label>
|
||||
<select name="L" id="id_language">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue