Skip to content

Commit

Permalink
change hash of admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Oct 31, 2023
1 parent 5f60f6e commit 97fdbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ CREATE TABLE users


INSERT INTO users (name, email, hash)
VALUES ('root_ep2m2', '[email protected]', '$2b$20$lXPvW4QgYyULMiNNT5RNGumgAWp01cBOYh9lPRdv48lH4EW1Cezsy');
VALUES ('root_ep2m2', '[email protected]', '$2b$10$M1yCnD1pGQ6LXDh0IeR94uRcFOlikhs2uFKvqdWaJ3wbmnFPERquy');

0 comments on commit 97fdbf6

Please sign in to comment.