summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
diff options
context:
space:
mode:
authorjonkoorm <jonkoorm@users.noreply.gitlab.com>2021-10-24 15:54:49 -0500
committerjonkoorm <jonkoorm@users.noreply.gitlab.com>2021-10-24 16:07:26 -0500
commit4d3f49696ef96e78b8d1653c86b83b257f4dbec8 (patch)
tree81b0117d15984af28411f4dea3b4cfca72453984 /src/configuration.cpp
parentb47e02f1e70a1f303bee370110448d92bc0a3684 (diff)
downloadplus-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.gz
plus-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.bz2
plus-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.xz
plus-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.zip
Enable password remembering in user loginkeep_password
Password is recorded in the 'password' option in config.xml The 'remember_password' option is added to save the status
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r--src/configuration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index dd3f36923..1e6ba66da 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -220,6 +220,7 @@ const std::string unusedKeys[] =
"OutfitAwayIndex",
"playerHomes",
"remember",
+ "remember_password",
"screenshotDirectory",
""
};