mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
implementing backend method for delete user
This commit is contained in:
parent
622e730017
commit
700ae5ce1e
@ -445,7 +445,8 @@ class LdapCherry(object):
|
||||
pass
|
||||
|
||||
def _deleteuser(self, username):
|
||||
pass
|
||||
for b in self.backends:
|
||||
self.backends[b].del_user(username)
|
||||
|
||||
@cherrypy.expose
|
||||
def signin(self):
|
||||
|
Loading…
Reference in New Issue
Block a user