Change password notice
This commit is contained in:
parent
ec702d93c5
commit
004d1eef67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user