summaryrefslogtreecommitdiffstats
path: root/kolab_wizard/Kolab.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-rwxr-xr-xkolab_wizard/Kolab.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index 3a5c0414..613fd1f8 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."));