Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
25
Config/Accounts.cfg
Normal file
25
Config/Accounts.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user