1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

[PM-8506] Create importer for csv-export from Netwrix Password Secure (#9446)

* Create an importer for csv-export from Netwrix Password Secure

* Wire the new importer into the clients

* Add instructions to export from Netwrix Password Secure

* Mark method as private

* Remove line which disables linting

* Add docs to importer

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
Daniel James Smith
2024-11-12 16:07:42 +01:00
committed by GitHub
parent cab1156d63
commit ac0e008e3c
9 changed files with 192 additions and 0 deletions

View File

@@ -380,6 +380,10 @@
In the ProtonPass browser extension, go to Settings > Export. Export without PGP
encryption and save the zip file.
</ng-container>
<ng-container *ngIf="format === 'netwrixpasswordsecure'">
Open the FullClient, go to the Main Menu and select Export. Start the export passwords
wizard and follow the instructions to export a CSV file.
</ng-container>
</bit-callout>
<import-lastpass
*ngIf="showLastPassOptions"