Password: PuBL255
Hash:
$2y$10$mneazea2QcUQpck9kC7nF.LmPHS8x8h1fNXVf8MqURrHq9Zp8qSsi
Copy this hash to seed.sql file.
Updated seed.sql INSERT statement:
INSERT INTO USER (username, password_hash, email, is_active, created_at, updated_at)
VALUES (
'soffer',
'$2y$10$mneazea2QcUQpck9kC7nF.LmPHS8x8h1fNXVf8MqURrHq9Zp8qSsi',
NULL,
TRUE,
NOW(),
NOW()
)
ON DUPLICATE KEY UPDATE username=username;