Closed
Bug 523455
Opened 16 years ago
Closed 16 years ago
createaccount is pretty hostile
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: johnath, Assigned: justdave)
References
()
Details
Attachments
(3 files, 1 obsolete file)
I understand how we got to where we are with the contents on createaccount - too many people trying to use bugzilla for tech support, too many people emailing bugzilla admins looking for the same.
Having said that, I just sent the createaccount URL to someone who might help us with a bug, and sort of regretted it, because it's such an unfriendly introduction to bugzilla (an intimidating tool at the best of times).
There is BOLD TEXT in several places which mostly serves to highlight that you will be ignored if you do things wrong. The link to support is a good idea, but I think insufficiently prominent, especially if we consider this to be as common an error as we appear to.
I think we could simplify this, and make it a lot prettier.
| Reporter | ||
Comment 1•16 years ago
|
||
Ugly, sure, but can we agree that this is friendlier?
| Assignee | ||
Comment 2•16 years ago
|
||
Ooooh, I like that. The admin email is sufficiently fine print that they have to be conscientiously looking for it to find it, and it still says they can't help you with anything other than Bugzilla. :)
My only concern is that we may want to put more emphasis (be it wording or whatever) on the fact that your email address is public. Even with the boldface print we have on the existing signup page, we still periodically get email from users pissed off that spammers got their email address from us because they didn't pay attention to the warning on the signup page (although that happens much less frequently since we added that "Privacy Notice" block that explicitly spelled it out like that).
| Assignee | ||
Comment 3•16 years ago
|
||
The upstream version of this page can be viewed at https://landfill.bugzilla.org/bugzilla-tip/createaccount.cgi
| Assignee | ||
Comment 4•16 years ago
|
||
Might want to link to Hendrix in addition to the support sites, for people who want to provide quick feedback without having to create an account.
| Assignee | ||
Comment 5•16 years ago
|
||
The email address visibility point can probably be sufficiently driven home by adding "potentially including spammers" after "visible to others", so the sentence would read "Remember that Bugzilla is a public place, so what you type here, and the email address you use, will be visible to others, potentially including spammers." or somesuch.
| Reporter | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> The email address visibility point can probably be sufficiently driven home by
> adding "potentially including spammers" after "visible to others", so the
> sentence would read "Remember that Bugzilla is a public place, so what you type
> here, and the email address you use, will be visible to others, potentially
> including spammers." or somesuch.
Yeah - Or even:
Remember that Bugzilla is a public place, so what you do here, and the email address you use, will be visible to others (including spammers). Many people use an alternate email address for this reason.
"alternate email address" could be linkified to point to gmail/hotmail/whatever, indeed we could linkify each word to point to a different provider, if we didn't want to be preferential (though I am certain I don't care :).
| Reporter | ||
Comment 7•16 years ago
|
||
(Note that the inclusion of the etiquette/guidelines link would also resolve bug 454605)
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → justdave
Blocks: bmo-upgrade-34
| Assignee | ||
Comment 8•16 years ago
|
||
added template/en/custom/account
added template/en/custom/account/create.html.tmpl
Committed revision 6670.
https://bugzilla-stage-tip.mozilla.org/createaccount.cgi
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•16 years ago
|
||
Nice! Thanks, Dave!
I don't know where these files live, in order to offer you a diff, but I noticed that the products boxes aren't centered for me - so I did some firebug tweaking to get it there.
If you replace the table below "Did you just need tech support" with the following:
<div id="product_support_links">
<div class="support_div" style="float:left;">
<img align="left" src="skins/custom/producticons/firefox.png"/>MOZILLA FIREFOX<br/><a href="http://support.mozilla.com/">Click here if you need help using Mozilla Firefox.</a>
</div>
<div class="support_div" style="float:right;">
<img align="left" src="skins/custom/producticons/thunderbird.png"/>MOZILLA THUNDERBIRD<br/><a href="http://www.mozillamessaging.com/support/">Click here if you need help using Mozilla Thunderbird.</a>
</div>
<div class="support_div" style="margin-left: auto; margin-right: auto; clear: both;">
<img align="left" src="skins/custom/producticons/dino.png"/>NOT IN THIS LIST?<br/><a href="http://www.mozilla.org/support/">Click here if you need help using Mozilla software not listed on this page.</a>
</div>
</div>
and then add these style rules, somewhere:
.support_div {
width: 40%;
font-size: 80%;
}
.support_div > img {
padding: 5px 20px;
}
The box should center itself, and the icons will add a little bit of spacing around themselves. If you want, point me at the file and I'll create a proper diff for your perusal.
| Reporter | ||
Comment 10•16 years ago
|
||
Comment 9 in patch form. Could file a follow up bug if you prefer, but I thought this might work as a fly-along.
I added the rules to global.css since there doesn't seem to be a per-page CSS file, and the template doesn't look like it wants me to mess around in the <head> block.
Attachment #411425 -
Flags: review?(justdave)
| Reporter | ||
Comment 11•16 years ago
|
||
Attachment #411425 -
Attachment is obsolete: true
Attachment #411427 -
Flags: review?(justdave)
Attachment #411425 -
Flags: review?(justdave)
| Assignee | ||
Comment 12•16 years ago
|
||
modified skins/custom/global.css
modified template/en/custom/account/create.html.tmpl
Committed revision 6677.
| Assignee | ||
Updated•16 years ago
|
Attachment #411427 -
Flags: review?(justdave) → review+
Updated•15 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•