Closed
Bug 147480
Opened 23 years ago
Closed 22 years ago
Lack of newlines when asking for password in checksetup.pl.
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: CodeMachine, Assigned: goobix)
Details
Attachments
(1 file)
698 bytes,
patch
|
kiko
:
review+
|
Details | Diff | Splinter Review |
Enter a password for the administrator account: The password must be 3-16
characters in length.Enter a password for the administrator account:
Reporter | ||
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•23 years ago
|
Severity: normal → trivial
Assignee | ||
Comment 1•22 years ago
|
||
I've tested this on the current CVS: it fixes the problem and works like
expected. You can also see from the diff that it reproduces the pattern of
"\n"s which is found out just 3 lines above.
Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 127887 [details] [diff] [review]
Trivial one-liner patch to make checksetup.pl function correctly.
I'd like a review now on this because it's a one-line thing and it's kinda ugly
to see that non-sense on the screen when installing Bugzilla.
Requesting it from Paul but it's welcomed from anybody.
Attachment #127887 -
Flags: review?(preed)
Comment 3•22 years ago
|
||
Comment on attachment 127887 [details] [diff] [review]
Trivial one-liner patch to make checksetup.pl function correctly.
Looks great. Thanks for the patch.
Attachment #127887 -
Flags: review?(preed) → review+
Updated•22 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 5•22 years ago
|
||
<-- me
(if someone with CVS access has some free time feel free to commit this)
Status: NEW → ASSIGNED
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Comment 7•22 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.237; previous revision: 1.236
done
Assignee | ||
Comment 8•22 years ago
|
||
Thanks, jp. Marking as fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•