@@ -, +, @@ --- installer/onboarding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/onboarding.pl +++ a/installer/onboarding.pl @@ -148,7 +148,7 @@ if ( $step == 3 ) { else { push @messages, { code => 'error_on_update_minPasswordLength_syspref' }; } - } + } } if ( $step == 4 ) { --