update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Reset development seed account passwords to a known BCrypt value.
|
||||
-- Plaintext password for both seeded accounts: 123456
|
||||
-- Do not use these credentials in production.
|
||||
|
||||
UPDATE user
|
||||
SET password = '$2a$10$R4prDK/CfI0Hjrcz5dS8cOHClOIHIHlk8SoGmVY1iGWYSPxBGo7nm'
|
||||
WHERE username IN ('admin', 'test');
|
||||
Reference in New Issue
Block a user