]> git.ipfire.org Git - ipfire.org.git/commit
people: Drop SSH keys
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Oct 2019 18:31:58 +0000 (18:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Oct 2019 18:31:58 +0000 (18:31 +0000)
commit41789d4f5997f13130403377002b2a8f1c2586d7
tree09da7bb79c488f260aac78c5fe69166b0f640a17
parent689effd04bb7f07f0b31db946d27edd4ac89f9d5
people: Drop SSH keys

This is no longer in use because of Kerberos and therefore
we no longer need the UI for this. Very sad.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
requirements.txt
src/backend/accounts.py
src/templates/people/base.html
src/templates/people/ssh-keys/delete.html [deleted file]
src/templates/people/ssh-keys/error-invalid-key.html [deleted file]
src/templates/people/ssh-keys/error.html [deleted file]
src/templates/people/ssh-keys/index.html [deleted file]
src/templates/people/ssh-keys/upload.html [deleted file]
src/web/__init__.py
src/web/people.py