forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
||
|