diff options
-rwxr-xr-x | kolab_wizard/Kolab.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index 886d0146..9d6521e4 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -112,10 +112,6 @@ $o->{pages} = { }, password => { name => N("Enter password for the 'manager' account of Kolab server."), - pre => sub { - $o->{var}{password} = "dfgdfg"; - $o->{var}{password2} = "dfgdfg"; - }, complete => sub { if ($o->{var}{password} ne $o->{var}{password2} || $o->{var}{password} eq "") { $::in->ask_warn(N("Error:"), N("Password mismatch, or null password, please correct.")); |