Skip to content

Commit 0836eac

Browse files
author
lorisadmin
committed
done
1 parent a809a7d commit 0836eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

raisinbread/RB_files/RB_Config.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (31,35,'/opt/Loris-MRI/b
2929
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (32,36,'/data/incoming/');
3030
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (33,37,'/data/genomics/');
3131
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (34,38,'/data/media/');
32-
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (37,44,'ace-vh-4.cbrain.mcgill.ca');
32+
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (37,44,'localhost');
3333
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (39,48,'This database provides an on-line mechanism to store both imaging and behavioural data collected from various locations. Within this framework, there are several tools that will make this process as efficient and simple as possible. For more detailed information regarding any aspect of the database, please click on the Help icon at the top right. Otherwise, feel free to contact us at the DCC. We strive to make data collection almost fun.');
3434
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (40,51,'[a-zA-Z]{3}[0-9]{4}_[0-9]{6}_[vV][0-9]+');
3535
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (41,52,'(?i).');
@@ -45,7 +45,7 @@ INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (50,61,'no-reply@example
4545
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (51,62,'Produced by LorisDB');
4646
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (52,66,'S3cret');
4747
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (53,71,'Loris-MRI');
48-
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (54,72,'cecile.madjar@gmail.com');
48+
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (54,72,'yourname@example.com');
4949
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (55,73,'/opt/Loris-MRI/bin/mri/dicom-archive/get_dicom_info.pl');
5050
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (56,74,'1');
5151
INSERT INTO `Config` (`ID`, `ConfigID`, `Value`) VALUES (57,75,'1');

raisinbread/RB_files/RB_users.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
SET FOREIGN_KEY_CHECKS=0;
33
TRUNCATE TABLE `users`;
44
LOCK TABLES `users` WRITE;
5-
INSERT INTO `users` (`ID`, `UserID`, `Password`, `Real_name`, `First_name`, `Last_name`, `Degree`, `Position_title`, `Institution`, `Department`, `Address`, `City`, `State`, `Zip_code`, `Country`, `Phone`, `Fax`, `Email`, `Privilege`, `PSCPI`, `DBAccess`, `Active`, `Password_hash`, `PasswordChangeRequired`, `Pending_approval`, `Doc_Repo_Notifications`, `language_preference`, `active_from`, `active_to`, `account_request_date`) VALUES (1,'admin',NULL,'Admin account','Admin','account',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[email protected]',0,'N','','Y','$2y$10$SKxv3CHRPyiHXY2uFE8N4Owlg2eQLx1JX929RGcZDx0SgVjnBGg96',0,'N','N',NULL,NULL,NULL,NULL);
5+
INSERT INTO `users` (`ID`, `UserID`, `Password`, `Real_name`, `First_name`, `Last_name`, `Degree`, `Position_title`, `Institution`, `Department`, `Address`, `City`, `State`, `Zip_code`, `Country`, `Phone`, `Fax`, `Email`, `Privilege`, `PSCPI`, `DBAccess`, `Active`, `Password_hash`, `PasswordChangeRequired`, `Pending_approval`, `Doc_Repo_Notifications`, `language_preference`, `active_from`, `active_to`, `account_request_date`) VALUES (1,'admin',NULL,'Admin account','Admin','account',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'[email protected]',0,'N','','Y','$2y$10$6pjQ.x5rPY7voNFs2w/eI.pzLL8H/9wPZ98nabvBOEwDBClhK0l1S',0,'N','N',NULL,NULL,NULL,NULL);
66
UNLOCK TABLES;
77
SET FOREIGN_KEY_CHECKS=1;

0 commit comments

Comments
 (0)