diff --git a/backend/src/main/resources/data.sql b/backend/src/main/resources/data.sql index eb174f0..861a41f 100644 --- a/backend/src/main/resources/data.sql +++ b/backend/src/main/resources/data.sql @@ -6,7 +6,7 @@ DELETE FROM role; INSERT INTO role (id, `name`) VALUES (1, 'Admin'); - /* password is the username in lowercase e.g. marcel or tobias + /* password is the firstname in lowercase e.g. marcel or tobias https://bcrypt-generator.com/ with 10 rounds */ INSERT INTO timetrack_user (id, firstname, lastname, password, username, role_id) VALUES