Testimonials
What our customers say about Team Password Manager

How to Export and Import Passwords in Team Password Manager

Current Team Password Manager version: 12.160.277

Exporting passwords


Notes:

  • Do not use export to create a backup copy of your Team Password Manager data. Use the proper backup procedure to do so: How to make a backup.
  • If you're moving the installation to another server, do not use export and import. Move the database and, if you're upgrading at the same time, execute the upgrade script. More information: How to move to another server and How to move and upgrade.

Team Password Manager lets admin users export all passwords (or passwords from a selected project) to a CSV (Comma-separated Values) file. IT users can also export passwords, the ones they have access to.

The exported file will contain the following information for each password:

  • Project name
  • Password name
  • Access information (unencrypted)
  • Username (unencrypted)
  • E-mail (unencrypted)
  • Password (unencrypted)
  • Notes
  • Tags
  • Custom fields names
  • Custom field 1 (unencrypted)
  • ...
  • Custom field 10 (unencrypted)
  • Expiry date (format: mm-dd-yyyy)

The passwords are sorted by project name and password name.

Each value is enclosed in double quotes (") and separated by a comma (,). The file is UTF-8 encoded.

This is a sample file that contains 2 projects ("Software" and "Hardware") and 2 passwords in each:

"Project name","Name","Access information","Username","E-mail","Password","Notes","Tags","Custom fields","Custom 1","Custom 2","Custom 4","Custom 5","Custom 6","Custom 7","Custom 8","Custom 9","Custom 10","Expiry date (mm-dd-yyyy)"
"Software","Database user","http://192.168.0.34/phpma","john","john@company.com","doe","","db,mydb","","","","","","","","","","","","10-01-2014"
"Software","Server admin","192.168.0.34","admin","","test","sample notes","tag1,tag2","custom1,custom2","custom value 1","custom value 2","","","","","","","","",""
"Hardware","Router","192.168.0.1","admin","","easypwd","","","","","","","","","","","","","","10-30-2015"
"Hardware","Server room code","","","","1234","","pin","","","","","","","","","","","",""

Notes:

  • Exported files contain a first line with the names of the fields.
  • If there's no datum for a field, it's exported as "".
  • Double quotes (") are encoded as \" and backslashes (\) as \\. So, for instance, the text "inside quotes", would be exported as: ...,"\"inside quotes\"",...

To export passwords in Team Password Manager, log in as admin/IT, click on 'Settings' on the top menu, select the 'Export/Import' tab and then click on 'Export passwords'. You'll be taken to the following screen, from which you can select a project (or all) and click on the 'Export' button to generate the file:

Exporting passwords in Team Password Manager

Importing passwords

Team Password Manager lets admin or IT users import passwords from a CSV (Comma-separated Values) file. This file must have the following properties:

  • Each value must be enclosed in double quotes (") and separated by a comma (,).
  • The file must be UTF-8 encoded.
  • Each line on the file must be a password with the following fields:

    - Project name
    - Password name
    - Optional: Access information (unencrypted)
    - Optional: Username (unencrypted)
    - Optional: E-mail (unencrypted)
    - Optional: Password (unencrypted)
    - Optional: Notes
    - Optional: Tags
    - Optional: Custom fields names (separated by comma)
    - Optional: Custom field 1 (unencrypted)
    - ...
    - Optional: Custom field 10 (unencrypted)
    - Optional: Expiry date (format: mm-dd-yyyy)

  • There must be no field headers (if they exist they will be imported as normal passwords).
  • The file extension must be csv.
  • If a field contains a double quote, a backslash must be prepended to it: \". So, for instance, the text "inside quotes", needs to be written like this in the csv file: ...,"\"inside quotes\"",...
  • Likewise, if a field contains a backslash (\), a backslash must be prepended to it: \\. Example: to import "DOMAIN\user" you need to encode it like this: "DOMAIN\\user"
  • Custom fields are imported as type "Text". See Custom fields in passwords for more information.


How the import process works

First, the file with the passwords to import is uploaded to the server.

The import process will then read line by line and will look for the 'Project name' from each line in the database. If the project exists, it will import the password in the existing project. If the project doesn't exist it will be created (and then the password imported in the new project).

Projects created by the import process will have 'Grant access to this project to the following users and/or groups' as their security setting (and no user or group checked).

If the password name already exists in the project, it will not be imported.

As you can see, the information in the database is not overwritten, only new projects or passwords are imported.

During the process, a log file is created detailing what has happened in each line. You can download this log file at the end.

At the end of the process, the uploaded file will be deleted (for security reasons).


Other requirements

For the import process to work, a folder called 'import' must exist in the root folder of Team Password Manager. Also, this folder must be writable. The import process will prompt the user to create this folder if it doesn't exist.


To import passwords in Team Password Manager, log in as admin or IT, click on 'Settings' on the top menu, select the 'Export/Import' tab and then click on 'Import passwords'. You'll be taken to the following screen, from which you can select the file to import and click on the 'Upload and Import' button to execute the import process:

Importing passwords in Team Password Manager

When the import process finished you'll be taken to a screen with the results, like this one:

Importing passwords results in Team Password Manager

From this screen you'll be able to open the import log and delete it if you want (undeleted logs are kept in the 'import' folder). This is a sample import log:

Import log in Team Password Manager

Questions or Problems? Please contact our support department