-- hopp-auth-unique-insert.sql Copyright (C) 2002 Sandino Araico Sánchez -- based on hopp-auth-basic-create.sql Copyright (C) 2000-2002 Sandino Araico Sánchez -- --LICENSE IN US ENGLISH----------------------------------------------------- -- "THE BEER-WARE LICENSE" (Revision 42-sandino-3): -- Sandino Araico Sánchez wrote this file. -- As long as you retain this notice you can do whatever you want with this -- software. If we meet some day, and you think this stuff is worth it, you can -- buy me a beer in return. -- Sandino Araico Sánchez -- --END LICENSE--------------------------------------------------------------- -- --LICENCIA EN ESPAÑOL MEXICANO---------------------------------------------- -- "LA LICENCIA BEER-WARE" (traducción al español de la revisión 42-sandino-3): -- Sandino Araico Sánchez escribió éste archivo. -- Siempre y cuando usted retenga éste aviso (en español y en inglés) usted -- puede hacer cualquier cosa con éste software. Si algún día nos encontramos y -- usted piensa que éste software vale la pena, usted puede invitarme una -- cerveza en recompensa. -- Sandino Araico Sánchez -- --FIN DE LICENCIA----------------------------------------------------------- -- Changelog: -- 2002-01-04 Sandino Araico Sánchez - Insert default user begin; -- The default user 'topo gigio':cazuelita -- This default user should create the rest of the users and delete himself -- (like the ants' queen) insert into h_auth_unique_user(h_auth_usr_name, h_auth_usr_pw) values('topo gigio', '5cccbeb8ef59884c5d5d627b9ddfc2f8'); commit;