mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-15 14:08:31 +02:00
implementing backend method for delete user
This commit is contained in:
parent
622e730017
commit
700ae5ce1e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue