Closed
Bug 473652
Opened 17 years ago
Closed 17 years ago
When using checksetup.pl to install and the admin passwords do not match, it improperly shows the error in HTML
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 473553
People
(Reporter: dkl, Unassigned)
Details
Attachments
(1 file)
|
553 bytes,
patch
|
LpSolit
:
review-
|
Details | Diff | Splinter Review |
checksetup.pl displays the "Passwords Don't Match" error in HTML when installing a new Bugzilla system and the admin passwords do not match. The error should be in plain text. This is resolved by setting Bugzilla->usage_mode(USAGE_MODE_CMDLINE).
Attaching patch.
Dave
Attachment #357032 -
Flags: review?(mkanat)
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Comment 2•17 years ago
|
||
Comment on attachment 357032 [details] [diff] [review]
Patch to set proper usage_mode in checksetup.pl to display errors in plain text (v1)
This line was removed on purpose.
Attachment #357032 -
Flags: review?(mkanat) → review-
You need to log in
before you can comment on or make changes to this bug.
Description
•