Move all TShock usages to use User.VerifyPassword()
This commit is contained in:
parent
bbf6fd2c86
commit
37b5a52fdb
5 changed files with 10 additions and 11 deletions
|
|
@ -723,7 +723,7 @@ namespace TShockAPI
|
|||
/// <summary>
|
||||
/// Default hashing algorithm.
|
||||
/// </summary>
|
||||
[Obsolete("This is no longer necessary, please use TShock.Config.HashAlgorithm instead.")]
|
||||
[Obsolete("This is no longer necessary, please use TShock.Config.HashAlgorithm instead if you really need it (but use User.VerifyPassword(password)) for verifying passwords.")]
|
||||
public string HashAlgo = "sha512";
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue