Skip to content

Commit

Permalink
修改MySQL的SQL文件
Browse files Browse the repository at this point in the history
修复后台密码为admin,用户admin
  • Loading branch information
mxdabc authored Jul 20, 2024
1 parent c6d5e28 commit 5ff499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/epg-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CREATE TABLE `auth_user` (
--

INSERT INTO `auth_user` (`id`, `password`, `last_login`, `is_superuser`, `username`, `last_name`, `email`, `is_staff`, `is_active`, `date_joined`, `first_name`) VALUES
(1, 'pbkdf2_sha256$600000$oLXjllddOXrqJwNzKkk4vz$XG7jciyfvn7TgQGjollwM/Oj3cLn9Ruf77CdAkm6udk=', '2023-12-31 16:00:00', '1', 'admin', '', 'local@localhost', 1, '1', '2023-12-31 16:00:00', '');
(1, 'pbkdf2_sha256$320000$c7MpurpxDm6E3VHnHpfa2Z$5RNXiGp4KukmuSZElJ/X3UY0LWlS2O/66rE/0IJUI3Y=', '2023-12-31 16:00:00', '1', 'admin', '', 'local@localhost', 1, '1', '2023-12-31 16:00:00', '');

-- --------------------------------------------------------

Expand Down

0 comments on commit 5ff499b

Please sign in to comment.