Commit b4a971d1 authored by Franco Fichtner's avatar Franco Fichtner

wizard: force change of root password

(cherry picked from commit 5eb2c986)
parent 9cf468ad
...@@ -566,10 +566,13 @@ ...@@ -566,10 +566,13 @@
local_user_set($admin_user); local_user_set($admin_user);
write_config(); write_config();
} else { } 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; 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>
<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