mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 00:40:45 +00:00
Added Audit Log on Edit Credential Modal as password can be viewed here
This commit is contained in:
@@ -36,8 +36,10 @@ while ($row = mysqli_fetch_assoc($sql_credential_tags)) {
|
||||
|
||||
enforceClientAccess();
|
||||
|
||||
// Generate the HTML form content using output buffering.
|
||||
logAudit("Credential", "View", "$session_name viewed credential $credential_name (edit)", $client_id, $credential_id);
|
||||
|
||||
ob_start();
|
||||
|
||||
?>
|
||||
|
||||
<div class="modal-header bg-dark">
|
||||
|
||||
Reference in New Issue
Block a user