From c6f80c49de727b9857d2bbd1eeaf85930612d0ce Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 19 Mar 2018 22:06:25 +0100 Subject: Add min password length spinbutton to common preferences --- libsylph/prefs_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 6c20319..dda4a0f 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -423,6 +423,8 @@ static PrefParam param[] = { P_BOOL}, {"master_password_hash", NULL, &prefs_common.master_password_hash, P_STRING}, + {"encrypted_password_min_length", "32", + &prefs_common.encrypted_password_min_length, P_INT}, /* Interface */ {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, -- cgit v1.3