mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 12:35:11 +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();
|
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();
|
ob_start();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="modal-header bg-dark">
|
<div class="modal-header bg-dark">
|
||||||
|
|||||||
Reference in New Issue
Block a user