Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/PasswordHealth.h')
-rw-r--r--src/core/PasswordHealth.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/PasswordHealth.h b/src/core/PasswordHealth.h
index 70f83eee7..ef3249380 100644
--- a/src/core/PasswordHealth.h
+++ b/src/core/PasswordHealth.h
@@ -83,6 +83,14 @@ public:
return m_entropy;
}
+ /**
+ * Name of custom data field that holds the "this is a known
+ * bad password" flag. Legal values of the field are TRUE_STR
+ * and FALSE_STR, the default (used if the field doesn't exist)
+ * is false.
+ */
+ static const QString OPTION_KNOWN_BAD;
+
private:
int m_score = 0;
double m_entropy = 0.0;