X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSetup.pm;h=29ca9a8723dd9437c3b7938aab526d23ea39cd59;hb=b49c1bd5510a5f10b05bffacc6cc8b6a1b2153e8;hp=5422cc85ff214860dc39d8fba7b297077ae5c1a1;hpb=807f276f6bf124fb26430f777ddf177980012791;p=freeside.git diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index 5422cc85f..29ca9a872 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -181,6 +181,16 @@ sub initial_data { #tie my %hash, 'Tie::DxHash', tie my %hash, 'Tie::IxHash', + #bootstrap user + 'access_user' => [ + { 'username' => 'fs_bootstrap', + '_password' => 'changeme', #will trigger warning if you try to enable + 'last' => 'User', + 'first' => 'Bootstrap', + 'disabled' => 'Y', + }, + ], + #superuser group 'access_group' => [ { 'groupname' => 'Superuser' },