Index: win_installer/templates/update_lams_configuration.sql =================================================================== diff -u -r79395d11fc45977759fa4ca9b5c6d0400eb9311d -r264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce --- win_installer/templates/update_lams_configuration.sql (.../update_lams_configuration.sql) (revision 79395d11fc45977759fa4ca9b5c6d0400eb9311d) +++ win_installer/templates/update_lams_configuration.sql (.../update_lams_configuration.sql) (revision 264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce) @@ -11,4 +11,9 @@ update lams_configuration set config_value='@WILDFIRE_USER@' where config_key='XmppAdmin'; update lams_configuration set config_value='@WILDFIRE_PASS@' where config_key='XmppPassword'; update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where user_id=1; -update lams_user set locale_id=(select locale_id from lams_supported_locale where language_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', 1)) and country_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', -1))) where user_id=1; \ No newline at end of file +update lams_user set locale_id=(select locale_id from lams_supported_locale where language_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', 1)) and country_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', -1))) where user_id=1; +update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test'; +update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test1'; +update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test2'; +update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test3'; +update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test4'; \ No newline at end of file