Adds a configuration file to specify protected accounts:
_Distribution/Configuration/server-access.json_
```json
{
"newPasswordOnReset": false,
"protectedAccounts": ["admin"]
}
```
Protected accounts are unbanned and reset to `AccessLevel.Owner` upon login.
The option `newPasswordOnReset` will create a new password for a protected account if it needs to be reset. The password is a random GUID and logged to the console.
_**Note:**_ If your player character was accidentally modified, simply make a new character to fix the old one.
|
||
|---|---|---|
| .. | ||
| Security | ||
| AccessRestrictions.cs | ||
| Account.cs | ||
| Account.Migrations.cs | ||
| AccountAttackLimiter.cs | ||
| AccountComment.cs | ||
| AccountHandler.cs | ||
| Accounts.cs | ||
| AccountTag.cs | ||
| Firewall.cs | ||
| IPasswordProtection.cs | ||
| IPLimiter.cs | ||