User Tools

Site Tools


computing:invoiceplane

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:invoiceplane [2019/12/24 07:02] oemb1905computing:invoiceplane [2019/12/24 07:04] oemb1905
Line 72: Line 72:
   mysql -u root -p   mysql -u root -p
   use invoiceplane;   use invoiceplane;
-  ''INSERT INTO `ip_users` (`user_type`, `user_active`, `user_date_created`, `user_date_modified`, `user_language`, `user_name`, `user_company`, `user_address_1`, `user_address_2`, `user_city`, `user_state`, `user_zip`, `user_country`, `user_phone`, `user_fax`, `user_mobile`, `user_email`, `user_password`, `user_web`, `user_vat_id`, `user_tax_code`, `user_psalt`, `user_passwordreset_token`, `user_subscribernumber`, `user_iban`, `user_gln`, `user_rcc`)'' +  INSERT INTO `ip_users` (`user_type`, `user_active`, `user_date_created`, `user_date_modified`, `user_language`, `user_name`, `user_company`, `user_address_1`, `user_address_2`, `user_city`, `user_state`, `user_zip`, `user_country`, `user_phone`, `user_fax`, `user_mobile`, `user_email`, `user_password`, `user_web`, `user_vat_id`, `user_tax_code`, `user_psalt`, `user_passwordreset_token`, `user_subscribernumber`, `user_iban`, `user_gln`, `user_rcc`) 
-  ''VALUES (1, 1, '2017-04-23 17:29:31', '2017-04-23 17:29:31', 'system', 'InvoicePlane Demo', NULL, 'Test Street', '', '', '', '', 'US', '', '', '', 'demo@invoiceplane.com', '$2a$10$586b8f3f5a93f2b62623de1.JtIdo3wT/cNZuYx/KhkglXlegxAXK', 'https://invoiceplane.com', NULL, NULL, '586b8f3f5a93f2b62623de', '', NULL, NULL, NULL, NULL);''+  VALUES (1, 1, '2017-04-23 17:29:31', '2017-04-23 17:29:31', 'system', 'InvoicePlane Demo', NULL, 'Test Street', '', '', '', '', 'US', '', '', '', 'demo@invoiceplane.com', '$2a$10$586b8f3f5a93f2b62623de1.JtIdo3wT/cNZuYx/KhkglXlegxAXK', 'https://invoiceplane.com', NULL, NULL, '586b8f3f5a93f2b62623de', '', NULL, NULL, NULL, NULL);
   flush privileges;   flush privileges;
   exit;   exit;
Line 84: Line 84:
   pass: demopassword   pass: demopassword
      
-After logging in, **immediately change** your credentials and log back out and in again.  That's it!  Happy hacking!+After logging in, **immediately change** your credentials and log back out and in again.  That's it!  Happy hacking!  This project is currently in need of a maintainer - see the project's [[https://twitter.com/InvoicePlane|Twitter]] for more information.
  
  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/12/23 23:35//  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/12/23 23:35//
      
  
computing/invoiceplane.txt · Last modified: 2021/10/31 09:21 by oemb1905