# Number of accounts allowed to be created from a single IP address
AccountsPerIp=1

# 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=false

# How old a character must be in order to be deleted.
# Default: 4 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,
ProtectPasswords=NewCrypt

not sure what to change tho to make auto
 
# If true accounts will be automatically created on first login
AutoCreateAccounts=true


By default auto create is set to be TRUE so it is on.
 
Back