]> git.ipfire.org Git - ipfire.org.git/commit
people: Add UI to upload/delete SSH keys
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Oct 2018 09:34:06 +0000 (10:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Oct 2018 09:34:06 +0000 (10:34 +0100)
commit0d1fb712c8ec91f0c34f56e20135c6030d0aa9f4
tree40b736a4d0aeedc3f650330dfa36525deb3d715b
parent2452b430e16b8d35699681f5c739544794d59846
people: Add UI to upload/delete SSH keys

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