Configuring and Changing Passwords

From Vital Soft Wiki
Revision as of 19:37, 5 June 2023 by Johno (talk | contribs) (Created page with "== Configuring Passwords == The following keywords should be added to the [VSRVTCP Manager] profile of the vsrvtcp.ini file. <pre> [VSRVTCP Manager] ... RequireEncrypted...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configuring Passwords

The following keywords should be added to the [VSRVTCP Manager] profile of the vsrvtcp.ini file.

[VSRVTCP Manager]
  ...
  RequireEncryptedPasswords=yes
  RequirePasswordAging=yes
  PasswordAgingDays=90
  1. Encrypted passwords should always be required.
  2. When password aging is activated, passwords will expire after the number of days specified by "PasswordAgingDays".
  3. When a password has expired, users can no longer start server from Visimage3, but they can still reset their password.
  4. If not specified, the default for "PasswordAgingDays" is 90 days.