Difference between revisions of "Configuring and Changing Passwords"

From Vital Soft Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 19:37, 5 June 2023

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.