Security fixes.
[openemr.git] / sql / example_patient_users.sql
blob039a407e80e89950da9d40111215776466638d09
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', '9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684', 1, NULL, NULL, 'Admin', NULL, 'davis', '', NULL, '');
9 INSERT INTO `users` ( `username`, `password`, `authorized`, `info`, `source`, `fname`, `mname`, `lname`, `federaltaxid`, `federaldrugid`, `upin`) VALUES ( 'hamming', '9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684', 1, NULL, NULL, 'Admin', NULL, 'hamming', '', NULL, '');