Commit 5eb2c986 authored by Franco Fichtner's avatar Franco Fichtner

wizard: force change of root password

parent 89d73f69
......@@ -566,10 +566,13 @@
local_user_set($admin_user);
write_config();
} else {
print_info_box("Passwords do not match! Please press back in your browser window and correct.");
print_info_box("Passwords do not match! Please press back in your browser window and correct.");
die;
}
}
} else {
print_info_box("You must set a new password! Please press back in your browser window and correct.");
die;
}
</stepsubmitphpaction>
</step>
<step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment