Add slight warning about bcrypt to the config file
This commit is contained in:
parent
136064f4b2
commit
ea18ca4455
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ namespace TShockAPI
|
||||||
[Description("Determines if the server should save the world if the last player exits.")]
|
[Description("Determines if the server should save the world if the last player exits.")]
|
||||||
public bool SaveWorldOnLastPlayerExit = true;
|
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.")]
|
[Description("Determines the BCrypt work factor to use. If increased, all passwords will be upgraded to new work-factor on verify. The number computational rounds is 2^n. Increase with caution. Range: 5-31.")]
|
||||||
public int BCryptWorkFactor = 7;
|
public int BCryptWorkFactor = 7;
|
||||||
|
|
||||||
[Description("The minimum password length for new user accounts. Minimum value is 4.")]
|
[Description("The minimum password length for new user accounts. Minimum value is 4.")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue