Browse Source

fix: Potential information leak in serviceuser history

release-2.9
Jean-Romain Garnier 5 years ago
committed by Gabriel Detraz
parent
commit
9d33031bb6
  1. 2
      logs/models.py

2
logs/models.py

@ -360,7 +360,7 @@ class HistoryEvent:
return value return value
def edits(self, hide=[]): def edits(self, hide=["password", "pwd_ntlm"]):
"""Get the list of the changes performed during this event. """Get the list of the changes performed during this event.
Args: Args:

Loading…
Cancel
Save