mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix LDAP deletion on single user full archiving.
This commit is contained in:
parent
2e2c72a9c3
commit
f69c88d8fe
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ class User(RevMixin, FieldPermissionModelMixin, AbstractBaseUser,
|
|||
"""Full Archive = Archive + Service access complete deletion"""
|
||||
self.archive()
|
||||
self.delete_data()
|
||||
LdapUser.objects.filter(name__in=self.pseudo)
|
||||
self.ldap_del()
|
||||
|
||||
def unarchive(self):
|
||||
"""Unfilling the user"""
|
||||
|
|
Loading…
Reference in a new issue