Skip to content

Commit

Permalink
Trying to fix install error that it doesnt create demo user
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug committed Feb 11, 2012
1 parent 74d5b41 commit c8b8731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'r9UF3YhipAY6htSQoZRjeOFDx3Yuh7Zjuh45vKyUN4g', 'demo@demo.com', '99', 'M0ABC', 'io91js', 'Demo', 'Account');
(4, '0', 'm0abc', '$2a$08$r9UF3YhipAY6htSQoZRjeOFDx3Yuh7Zjuh45vKyUN4gO8g5l.saES', 'demo@demo.com', '99', 'M0ABC', 'io91js', 'Demo', 'Account');

0 comments on commit c8b8731

Please sign in to comment.