Change config to refer to BCryptWorkFactor instead of WorkFactor.
Change default work factor to 7.
This commit is contained in:
parent
08fae75c0c
commit
e55c37728f
2 changed files with 5 additions and 5 deletions
|
|
@ -399,7 +399,7 @@ namespace TShockAPI
|
|||
public bool SaveWorldOnLastPlayerExit = true;
|
||||
|
||||
[Description("Determines the BCrypt work factor to use. If increased, all passwords will be upgraded to new work-factor on verify. Range: 5-31.")]
|
||||
public int WorkFactor = 10;
|
||||
public int BCryptWorkFactor = 7;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue