X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2FMAPS.pm;h=dd7c67255ff4424c2cd2d7d332f1def6a221aae8;hb=a80e7e873fd3acf729cd547134a4dbd55362bb1b;hp=eabe32ecece232451c7038df333d6145be9b3f90;hpb=92a317c3620f3442f9452d834a1ed5f09bdddbf6;p=clearscm.git diff --git a/maps/bin/MAPS.pm b/maps/bin/MAPS.pm index eabe32e..dd7c672 100644 --- a/maps/bin/MAPS.pm +++ b/maps/bin/MAPS.pm @@ -139,8 +139,8 @@ sub UserExists; sub Whitelist; BEGIN { - my $MAPS_username = "mapsadmin"; - my $MAPS_password = "mapsadmin"; + my $MAPS_username = "maps"; + my $MAPS_password = "spam"; OpenDB $MAPS_username, $MAPS_password; } # BEGIN