mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
wizard: do not force change of root password
We are forcing a change through the installer, which is where the majority starts from. We don't want to enforce a change twice. We can't really see if we installed or went through a factory reset, so this is (was) the best of both worlds in conjunction with the new installer feature. While here, annotate that it is possible to leave it "empty". This reverts commit 5eb2c986ca7233f0f94f372968433b145b4b3249.
This commit is contained in:
parent
04f9fd6425
commit
9cf6655b46
@ -545,6 +545,7 @@
|
||||
<field>
|
||||
<name>Admin Password</name>
|
||||
<type>password</type>
|
||||
<description>(leave empty to keep current one)</description>
|
||||
</field>
|
||||
<field>
|
||||
<name>Admin Password AGAIN</name>
|
||||
@ -566,10 +567,7 @@
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user