diff options
author | dartraiden <wowemuh@gmail.com> | 2017-07-13 23:35:35 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-07-13 23:35:35 +0300 |
commit | fe0cecea75a08e013e12e7c42cf1f061b7e8a3e7 (patch) | |
tree | 98b7bd6337a9e763265d830b8d8a51b71e32a3df /docs/mirandaboot.ini | |
parent | d1740cdaf2e563532fb7441e263c51dd98a1d3bd (diff) |
mirandaboot.ini: add RememberPassword setting (d57f9dad3b301e8819ad67136b2ca72a1e224a30)
Diffstat (limited to 'docs/mirandaboot.ini')
-rw-r--r-- | docs/mirandaboot.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 9c101f9af0..db93f3ce43 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.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]
|