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/http/HttpSettings.h')
-rw-r--r--src/http/HttpSettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/HttpSettings.h b/src/http/HttpSettings.h
index a4aee1a63..63c2963cf 100644
--- a/src/http/HttpSettings.h
+++ b/src/http/HttpSettings.h
@@ -58,6 +58,8 @@ public:
static void setPasswordUseUppercase(bool useUppercase);
static bool passwordUseSpecial();
static void setPasswordUseSpecial(bool useSpecial);
+ static bool passwordUseEASCII();
+ static void setPasswordUseEASCII(bool useExtended);
static bool passwordEveryGroup();
static void setPasswordEveryGroup(bool everyGroup);
static bool passwordExcludeAlike();