Support for php mcrypt module in the developer appliance and onlines development...
[openemr.git] / sql / example_patient_users.sql
blobb4aac53b7018f09622db0bbb1f55dda1b2b8bf27
1 # fmg: the example patients' data (example_patient_data.sql) references providers
2 # not created by defaults.sql so that some functions cause odd matches in the
3 # program. For example, adding a visit for such a patient shows that visit as
4 # applicable to several providers (with id's such as "a a", "1 1", etc.).
6 # This inserts (iff don't already exist) the referenced users
8 INSERT INTO `users` ( `username`, `password`, `authorized`, `info`, `source`, `fname`, `mname`, `lname`, `federaltaxid`, `federaldrugid`, `upin`) VALUES ( 'davis', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'davis', '', NULL, '');
9 INSERT INTO `users` ( `username`, `password`, `authorized`, `info`, `source`, `fname`, `mname`, `lname`, `federaltaxid`, `federaldrugid`, `upin`) VALUES ( 'hamming', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'hamming', '', NULL, '');