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

wizard: force change of root password

parent 89d73f69
...@@ -569,6 +569,9 @@ ...@@ -569,6 +569,9 @@
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; die;
} }
} else {
print_info_box("You must set a new password! Please press back in your browser window and correct.");
die;
} }
</stepsubmitphpaction> </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