Fixed error in the installer account password
这个提交包含在:
父节点
67ae43de13
当前提交
c039a758d2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -3825,4 +3825,4 @@ CREATE TABLE IF NOT EXISTS `users` (
|
|||
--
|
||||
|
||||
INSERT INTO `users` (`user_id`, `user_timezone`, `user_name`, `user_password`, `user_email`, `user_type`, `user_callsign`, `user_locator`, `user_firstname`, `user_lastname`) VALUES
|
||||
(4, '0', 'm0abc', '$2a$08$r9UF3YhipAY6htSQoZRjeOFDx3Yuh7Zjuh45vKyUN4gO8g5l.saES', 'demo@demo.com', '99', 'M0ABC', 'io91js', 'Demo', 'Account');
|
||||
(4, '0', 'm0abc', 'r9UF3YhipAY6htSQoZRjeOFDx3Yuh7Zjuh45vKyUN4g', 'demo@demo.com', '99', 'M0ABC', 'io91js', 'Demo', 'Account');
|
||||
|
|
|
|||
正在加载…
在新工单中引用