Export, Import all fields

Exports and imports all fields in for credentials except the relationships
This commit is contained in:
Thenezzar
2025-10-17 14:41:43 +02:00
parent 10c89ebf73
commit 94d4191122
2 changed files with 18 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php } ?>
<div class="modal-body">
<p><strong>Format csv file with headings & data:</strong><br>Name, Description, Username, Password, TOTP, URI</p>
<p><strong>Format csv file with headings & data:</strong><br>Name, Description, Username, Password, TOTP, URL, URL2, Note, Important; Contact_id, Asset_id</p>
<hr>
<div class="form-group my-4">
<input type="file" class="form-control-file" name="file" accept=".csv" required>