summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-05-13 01:47:55 +0000
committerivan <ivan>2010-05-13 01:47:55 +0000
commit2482fb7ace7c113044ad4b3497bb9afaf422a699 (patch)
tree941e31d0232360f54bfc1563ed6e9e4dbc0da605 /FS/FS/Setup.pm
parente7c1a3e1534f3fc4750dfb55afffb054dd07b709 (diff)
fix bootstrapping for 2.1 installs, broken by fallout from otaker stuff, RT#8395
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index 5422cc8..29ca9a8 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' },