fix version 1
This commit is contained in:
@@ -18,7 +18,7 @@ func InitData() error {
|
||||
}
|
||||
if cnt == 0 {
|
||||
salt := utils.ULID()
|
||||
hashedPassword, _ := bcrypt.GenerateFromPassword([]byte("welcome"+salt), bcrypt.MinCost)
|
||||
hashedPassword, _ := bcrypt.GenerateFromPassword([]byte("welcome"+salt), bcrypt.DefaultCost)
|
||||
pa := PassportAccount{
|
||||
Std_IICUDS: types.Std_IICUDS{
|
||||
Identity: utils.UUID(),
|
||||
|
||||
Reference in New Issue
Block a user