Change security question format.

This commit is contained in:
2020-06-30 12:35:30 +02:00
parent 6099c81b9d
commit 220a96c5a7

View File

@@ -30,18 +30,19 @@ title|username|password|email|website_url|(custom1)data1|(custom2)data2
Two examples: Two examples:
```txt ```txt
Main Steam Account|mondei1|super_secret_example123|info@example.de|https://store.steampowered.com/login/|(2fa_b)R1337 Main Steam Account|mondei1|super_secret_example123|info@example.de|https://store.steampowered.com/login/|(2fa_b)R1337|()Foo question%Bar awnser
ProtonMail||mail_pw123|klier.nicolas@protonmail.com|| ProtonMail||mail_pw123|klier.nicolas@protonmail.com||
``` ```
### Optional fields ### Custom/Optional fields
You can either define your own custom fields or use optional fields, which OffPass treats differently. You can either define your own custom fields or use optional fields, which OffPass treats differently.
List of optional fields: List of optional fields:
* `2fa` - Two factor authentication secret that starts like otpauth://totp/... * `2fa` - Two factor authentication secret that starts like otpauth://totp/...
* `2fa_b` - Backup codes for two factor authentication * `2fa_b` - Backup codes for two factor authentication
* `email_b` - Backup email address * `email_b` - Backup email address
* `()QUESTION%AWNSER` - Security question with it's awnser. **Content inside the brackets has to be empty!**
### Compression ### Compression