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

View File

@@ -12,7 +12,7 @@
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>"> <input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php } ?> <?php } ?>
<div class="modal-body"> <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> <hr>
<div class="form-group my-4"> <div class="form-group my-4">
<input type="file" class="form-control-file" name="file" accept=".csv" required> <input type="file" class="form-control-file" name="file" accept=".csv" required>
@@ -27,4 +27,4 @@
</form> </form>
</div> </div>
</div> </div>
</div> </div>