Create a new account - binbash23/p GitHub Wiki

Before you create a new account, you want to generate a random password with the generatepassword command. In this example I will generate a new password with 25 chars:

[p.db] pshell> generatepassword 25
Password: JJE@>|<O:lJR?&'16D1.#R?,*

I will use it as the password for the new account that I will enter now. You can mark the generated password and paste it later.

To create a new account in the password database, use the add command:

[p.db] pshell> add My new account
Add account
UUID          : d2eef200-94bd-4345-86b3-826bcb376e23
Name          : My new account
URL           : 
...

Now you can fill the account attributes:

UUID            : 51689195-4977-4c06-a19f-ac70823fbd4a - The UUID is an unique identifier for the account
Name            : [email protected] GMX EMail Account        - Choose a name for the new account
URL             : gmx.de                               - If there is an url where the account is located, add it here
Loginname       : [email protected]                       - The login name for the account
Password        : 123secret                            - The password for the account
Type            : Emailaccount                         - Choose a name for the type of this account
Connectortype   :                                      - If this is a connector account, put ssh/dropbox/file or webdav here

You can edit the account later. If you want to remove the account, you can invalidate it or delete it permanently.