Change password notice

This commit is contained in:
Marcel Schwarz 2020-05-02 11:52:01 +02:00
parent ec702d93c5
commit 004d1eef67

View File

@ -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