Skip to content
Snippets Groups Projects
Commit d8a87fef authored by PavelBegunkov's avatar PavelBegunkov
Browse files

'code1' - teacher

'code2' - admin-teacher
'code3' - student
parent 981b601a
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ INSERT INTO `job_positions` (`ID`, `Name`) VALUES
--
INSERT INTO `accounts` (`ID`, `Login`, `Password`, `EMail`, `UserRoleID`, `ActivationCode`, `isEnabled`, `UserAgent`) VALUES
(1, 'student1', '7b21848ac9af35be0ddb2d6b9fc3851934db8420', 'student1@mail.ru', 1, NULL, 1, NULL),
(1, NULL, NULL, NULL, 1, 'code3', 1, NULL),
(2, 'student2', '7b21848ac9af35be0ddb2d6b9fc3851934db8420', 'student2@mail.ru', 1, NULL, 1, NULL),
(3, 'student3', '7b21848ac9af35be0ddb2d6b9fc3851934db8420', 'student3@mail.ru', 1, NULL, 1, NULL),
(4, 'student4', '7b21848ac9af35be0ddb2d6b9fc3851934db8420', 'student4@mail.ru', 1, NULL, 1, NULL),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment