Skip to content

Commit

Permalink
Updated initial DB dump for edxapp
Browse files Browse the repository at this point in the history
The ecommerce_worker user is now a staff user with @example.com email address. This brings it inline with the other service users.

Fixes openedx-unsupported#32
  • Loading branch information
clintonb committed Jan 26, 2017
1 parent ec705d8 commit 17f0450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxapp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ CREATE TABLE `auth_user` (

LOCK TABLES `auth_user` WRITE;
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
INSERT INTO `auth_user` VALUES (1,'!M9I2WXRegdpSxWvfvOY61ceUPEMEhCNrhMM2huV8',NULL,0,'ecommerce_worker','','','ecommerce_worker@fake.email',0,1,'2016-12-17 01:36:43.677170'),(2,'pbkdf2_sha256$20000$gigALCz8hE7s$0J8cIgUD+kYH9bIMfIN8sF+gIeYvDKHfhhgUQNLX9Nk=','2016-12-18 05:11:31.932674',1,'edx','','','[email protected]',1,1,'2016-12-17 01:53:34.104225'),(3,'pbkdf2_sha256$20000$7LkYbekAHaMd$2InidT7nklBXmbU7LBjV/KrV+xZhLENf6CqU6u/FwM4=',NULL,0,'credentials_worker','','','[email protected]',1,1,'2016-12-17 01:53:56.965130'),(4,'pbkdf2_sha256$20000$cteCw0RJ3uVK$rkfQUabaBl2XTR4XHI7CSQMVuaznmAV7o/CsJI3utjg=',NULL,0,'discovery_worker','','','[email protected]',1,1,'2016-12-17 01:55:18.267378'),(5,'pbkdf2_sha256$20000$gsjW1GgOxZZM$slHH+xxXLN0bl49irkkMIoyvmvBdL/PxOhU7rddgMQY=',NULL,0,'programs_worker','','','[email protected]',1,1,'2016-12-17 01:59:43.985839');
INSERT INTO `auth_user` VALUES (1,'!M9I2WXRegdpSxWvfvOY61ceUPEMEhCNrhMM2huV8',NULL,0,'ecommerce_worker','','','ecommerce_worker@example.com',1,1,'2016-12-17 01:36:43.677170'),(2,'pbkdf2_sha256$20000$gigALCz8hE7s$0J8cIgUD+kYH9bIMfIN8sF+gIeYvDKHfhhgUQNLX9Nk=','2016-12-18 05:11:31.932674',1,'edx','','','[email protected]',1,1,'2016-12-17 01:53:34.104225'),(3,'pbkdf2_sha256$20000$7LkYbekAHaMd$2InidT7nklBXmbU7LBjV/KrV+xZhLENf6CqU6u/FwM4=',NULL,0,'credentials_worker','','','[email protected]',1,1,'2016-12-17 01:53:56.965130'),(4,'pbkdf2_sha256$20000$cteCw0RJ3uVK$rkfQUabaBl2XTR4XHI7CSQMVuaznmAV7o/CsJI3utjg=',NULL,0,'discovery_worker','','','[email protected]',1,1,'2016-12-17 01:55:18.267378'),(5,'pbkdf2_sha256$20000$gsjW1GgOxZZM$slHH+xxXLN0bl49irkkMIoyvmvBdL/PxOhU7rddgMQY=',NULL,0,'programs_worker','','','[email protected]',1,1,'2016-12-17 01:59:43.985839');
/*!40000 ALTER TABLE `auth_user` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 17f0450

Please sign in to comment.