summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-07-13 23:35:35 +0300
committerdartraiden <wowemuh@gmail.com>2017-07-13 23:35:35 +0300
commitfe0cecea75a08e013e12e7c42cf1f061b7e8a3e7 (patch)
tree98b7bd6337a9e763265d830b8d8a51b71e32a3df /tools/installer_ng_stable
parentd1740cdaf2e563532fb7441e263c51dd98a1d3bd (diff)
mirandaboot.ini: add RememberPassword setting (d57f9dad3b301e8819ad67136b2ca72a1e224a30)
Diffstat (limited to 'tools/installer_ng_stable')
-rw-r--r--tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini4
-rw-r--r--tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini4
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
index 8cebb563dd..37c7ab8a3d 100644
--- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
+++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
@@ -38,6 +38,10 @@ DefaultProfile=
;"no": (default) The profile manager is shown in this case
AutoCreate=no
+;RememberPassword
+;if enabled, will store password into Windows Credential Manager
+RememberPassword=0
+
;AutoExec is a system for batch addition of multiple settings to the database.
;See https://github.com/miranda-ng/miranda-ng/blob/master/docs/autoexec_sample.ini for documentation.
[AutoExec]
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
index d7ee61b6d1..5da1c9c205 100644
--- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
+++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
@@ -38,6 +38,10 @@ DefaultProfile=
;"no": (default) The profile manager is shown in this case
AutoCreate=no
+;RememberPassword
+;if enabled, will store password into Windows Credential Manager
+RememberPassword=0
+
;AutoExec is a system for batch addition of multiple settings to the database.
;See https://github.com/miranda-ng/miranda-ng/blob/master/docs/autoexec_sample.ini for documentation.
[AutoExec]