Files
abysmal-isle/Config/Accounts.cfg
Unstable Kitsune b918192e4e Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
2023-11-28 23:20:26 -05:00

26 lines
792 B
INI

# Number of accounts allowed to be created from a single IP address
AccountsPerIp=2
# If true accounts will be automatically created on first login
AutoCreateAccounts=True
# If true characters must be at least seven days old to be deleted
# Uncomment this line to override the default behavior of enabling this in
# Test Center mode and disabling in production mode.
@RestrictDeletion=True
# How old a character must be in order to be deleted.
# Default: 7 days.
# Format: dd:hh:mm:ss
DeleteDelay=07:00:00:00
# If true this enables the [password command
PasswordCommandEnabled=False
# Account password protection level.
# Default: NewCrypt
# Options: None, Crypt, NewCrypt (Default), NewSecureCrypt (Recommended)
# Explanation: Plain, MD5, SHA1, SHA512
ProtectPasswords=NewSecureCrypt