Closed
Bug 32885
Opened 25 years ago
Closed 22 years ago
Store the user's full name as part of profile data
Categories
(Core Graveyard :: Profile: BackEnd, enhancement, P3)
Core Graveyard
Profile: BackEnd
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla1.0.1
People
(Reporter: bugs, Assigned: ccarlen)
Details
There is a RFE for identification of current profile (b23260) that requires this
feature, we also need this to be able to do things like say "Bookmarks for Ben
Goodger" etc.
This is, in essence, a 'pretty name' for the profile. If the back end for this
is supplied, I can hook up a front end for it via the Profile Wizard.
Comment 1•25 years ago
|
||
The problem is, we've never wanted to make full name part of the profile wizard.
Part of this is that it feels intrusive because people don't understand why
we're asking and part of this is that we'll get it when they run the mail
account wizard. Can you wait until mail has collected it? If not, how can we
mitigate the perception of invasion of privacy?
Given the info, storing it in the registry is no big deal. Let's make sure we
have the full design first.
Severity: normal → enhancement
Reporter | ||
Comment 2•25 years ago
|
||
people are often asked their full name as part of installing software. this is
not a new concept.. in fact most software asks for it - the Activation portion
of our install even does ;P
Comment 3•25 years ago
|
||
Good point:-) Now I remember that we wanted to get the name from there when we
can.
Assignee: selmer → racham
Doing a mass reassign to Conrad Carlen.
Conrad is going address all current and upcoming profile manager issues. Please
do not hesitate to involve me in any of the issues.
Assignee: racham → ccarlen
Status: ASSIGNED → NEW
Assignee | ||
Comment 5•24 years ago
|
||
This would be an easy thing to do. Problem is, if other components used
nsIProfile to get the user name, it would spread references to nsIProfile which
we want to avoid. Right now, there are almost no refs to it from other
components. This is needed for embedding applications which are not using profiles.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Comment 7•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 8•23 years ago
|
||
Invasion of privacy is not an issue here. If any user is concerned about it,
they can just use a nickname or a false name. All/all.
OS: Windows 98 → All
Hardware: PC → All
Updated•23 years ago
|
Keywords: mozilla1.1
Summary: [RFE] Store the user's full name as part of profile data → Store the user's full name as part of profile data
Assignee | ||
Comment 9•22 years ago
|
||
See comment 5. If we need to do this, it shouldn't be done with profile mgr.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•