Update credential_import.php

Removed these in the code as they point to specific Asset and Contact IDs but are probably only useful if you import into the same database where these already exist.
This commit is contained in:
Thenezzar 2025-11-14 10:14:34 +01:00 committed by GitHub
parent 94d4191122
commit aa2c2c23ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 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, URL, URL2, Note, Important; Contact_id, Asset_id</p>
<p><strong>Format csv file with headings & data:</strong><br>Name, Description, Username, Password, TOTP, URL, URL2, Note, Important;</p>
<hr>
<div class="form-group my-4">
<input type="file" class="form-control-file" name="file" accept=".csv" required>
@ -27,4 +27,4 @@
</form>
</div>
</div>
</div>
</div>