diff options
author | jonkoorm <jonkoorm@users.noreply.gitlab.com> | 2021-10-24 15:54:49 -0500 |
---|---|---|
committer | jonkoorm <jonkoorm@users.noreply.gitlab.com> | 2021-10-24 16:07:26 -0500 |
commit | 4d3f49696ef96e78b8d1653c86b83b257f4dbec8 (patch) | |
tree | 81b0117d15984af28411f4dea3b4cfca72453984 /src/configuration.cpp | |
parent | b47e02f1e70a1f303bee370110448d92bc0a3684 (diff) | |
download | mv-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.gz mv-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.bz2 mv-4d3f49696ef96e78b8d1653c86b83b257f4dbec8.tar.xz mv-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.cpp | 1 |
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", "" }; |