Description
The password information type lets you store credentials (username and password). It also provides a password generator.
IMPORTANT: By default passwords are stored unencrypted within a normal project. For a secure storage of those information you have to save all your passwords within an “Encrypted Project”.
Screenshots
Known compatible Remote Repositories
Import Wizards
Export Wizards
Post Actions
| Expression | Value | Type
|
|
| @label | Name
| String |
| @description | Description of the information unit
| String |
| @keywords | Keywords of the information unit
| String |
@stringValue
| The password
| String
|
| childValues[@type='username']/@stringValue | The username
| String
|
childValues[@type='url']/@stringValue
| The url which is assigned with the password | String
|