ModernUO/Projects
Kamron Batman fc51b60cc1
fix: Adds server access with protected accounts (#915)
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.
2022-01-10 23:14:55 -08:00
..
Benchmarks Refactored map selector benchmarks (#914) 2022-01-07 22:42:37 -08:00
SerializationGenerator fix: Fixes timer migrations not compiling (#902) 2021-12-28 13:48:48 -08:00
SerializationSchemaGenerator fix: Bumps source generator to netstandard2.1 (#874) 2021-12-04 11:58:59 -08:00
Server fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically (#908) 2022-01-03 14:19:39 -08:00
Server.Tests fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically (#908) 2022-01-03 14:19:39 -08:00
UOContent fix: Adds server access with protected accounts (#915) 2022-01-10 23:14:55 -08:00
UOContent.Tests feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00