docs: document new password policy flags

This commit is contained in:
thePR0M3TH3AN
2025-07-30 22:08:04 -04:00
parent 4e787e362e
commit d3bd3b9e0a
4 changed files with 30 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class DummyPM:
search_entries=lambda q, kinds=None: [(1, "GitHub", "user", "", False)],
retrieve_entry=lambda idx: {"type": EntryType.PASSWORD.value, "length": 8},
get_totp_code=lambda idx, seed: "123456",
add_entry=lambda label, length, username, url: 1,
add_entry=lambda label, length, username, url, **kwargs: 1,
add_totp=lambda label, seed, index=None, secret=None, period=30, digits=6: "totp://",
add_ssh_key=lambda label, seed, index=None, notes="": 2,
add_pgp_key=lambda label, seed, index=None, key_type="ed25519", user_id="", notes="": 3,