unregister() is just a different word for removing

pull/4/head
Darksider3 5 years ago
parent 4760e35fda
commit 8274cbb27e

@ -51,7 +51,7 @@ class System:
return True
def unregister(self, username: str):
pass
self.removeUser(username)
def make_ssh_usable(self, username: str, pubkey: str, sshdir: str = ".ssh/") -> bool:
""" Make SSH usable for our newly registered user

Loading…
Cancel
Save