This commit is contained in:
@@ -24,8 +24,8 @@ namespace Sockeye.Biz
|
||||
u.AllowLogin = true;
|
||||
u.Name = "Sockeye SuperUser";
|
||||
u.Salt = Hasher.GenerateSalt();
|
||||
u.Login = "ss";
|
||||
u.Password = Hasher.hash(u.Salt, "ss");
|
||||
u.Login = "supersock";
|
||||
u.Password = Hasher.hash(u.Salt, "supersock");
|
||||
u.Roles = AuthorizationRoles.Accounting | AuthorizationRoles.BizAdmin | AuthorizationRoles.Inventory | AuthorizationRoles.OpsAdmin | AuthorizationRoles.Sales | AuthorizationRoles.Service;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user