Closed
Bug 313950
Opened 20 years ago
Closed 19 years ago
Login screen should append emailsuffix to login field
Categories
(Bugzilla :: User Interface, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mozilla, Assigned: mozilla)
Details
Attachments
(1 file)
|
1.23 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
When prompting for a login / password, its not apparent to a user whether the bugzilla installation is using emailsuffix. So the user can't be sure whether to type 'user' or 'user@domain.com'.
emailsuffix should be shown immediately to the right of the text field, in the same way as it is on the account creation screen.
Reproducible: Always
Steps to Reproduce:
| Assignee | ||
Updated•20 years ago
|
Version: unspecified → 2.20
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #200934 -
Flags: review?
Comment 2•20 years ago
|
||
While this surely has some merit, Bugzilla is going to some lengths to distinguish between the e-mail and the "login". All other "login" fields would need this amendment, too, if we chose to go this way. I'm not too sure we want that...
Comment 3•19 years ago
|
||
Comment on attachment 200934 [details] [diff] [review]
patch for login.html.tmpl, login-small.html.tmpl
I think this could be useful for users who are unsure about the login to enter.
Technically, the patch is correct and makes sense. I will let justdave or myk decide what to do with it.
Attachment #200934 -
Flags: review? → review+
Updated•19 years ago
|
Assignee: user-accounts → ui
Severity: minor → enhancement
Component: User Accounts → User Interface
Flags: approval?
Target Milestone: --- → Bugzilla 2.24
Comment 4•19 years ago
|
||
I can imagine a lot of places not wanting to give that away on a screen that's publicly visible before you log in, too. On the other hand, it's probably easier to remove it if you don't want it than it is to add it yourself if you do... and the places that don't want it are more likely to have people on staff that can figure out how to do it as well.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: approval? → approval+
Updated•19 years ago
|
Assignee: ui → mmchenry
Comment 5•19 years ago
|
||
Checking in template/en/default/account/auth/login-small.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/account/auth/login-small.html.tmpl,v <-- login-small.html.tmpl
new revision: 1.3; previous revision: 1.2
done
Checking in template/en/default/account/auth/login.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/account/auth/login.html.tmpl,v <-- login.html.tmpl
new revision: 1.14; previous revision: 1.13
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•