HOWTO import accounts password - binbash23/p GitHub Wiki
If you have already some accounts then you can create a csv file with them and import it into p.
First create a csv file with content like this:
"UUID";"Name";"URL";"Loginname";"Password";"Type";"Connectortype"
"";"name1";"url1";"login1";"password1";"type1";""
"";"name2";"url2";"login2";"password2";"type2";""
The first line is the header line.
The following lines contain the accounts to be imported.
Use the " for quoting and the ; as the seperator.
To escape the " use 2 of them: "". For example to insert a password that contains a " like:
hallo"hallo
You would have to insert a line like this:
"";"name";"url";"login";"hallo""hallo";"Web";""