change test user password
This commit is contained in:
parent
cc0d697c9c
commit
5d7cc52201
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public static class TestDataSeeder
|
|||
var id = Guid.Parse("0196960c-6296-7532-ba66-8fabb38c6ae0");
|
||||
var username = "johnbotris";
|
||||
var salt = new byte[32];
|
||||
var password = "hunter2"u8;
|
||||
var password = "password"u8;
|
||||
var hashInput = new byte[password.Length + salt.Length];
|
||||
password.CopyTo(hashInput);
|
||||
salt.CopyTo(hashInput, password.Length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue