auth: remove duplicated password reset log for LDAP backend
1 files changed, 0 insertions(+), 1 deletions(-) M metasrht/auth/ldap.py
M metasrht/auth/ldap.py => metasrht/auth/ldap.py +0 -1
@@ 169,5 169,4 @@ class LDAPAuthMethod(AuthMethod): db.session.commit() def set_user_password(self, user: User, password: str) -> bool: - audit_log("password reset", user=user) self._get_ldap_conn().passwd_s(self.get_dn_for(user.username), None, password)