diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Setup.pm | 10 | 
1 files changed, 10 insertions, 0 deletions
| 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' }, | 
