Closed
Bug 102288
Opened 24 years ago
Closed 24 years ago
Wordings for password manager are specific to the application
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: radha, Assigned: morse)
Details
(Keywords: topembed)
Attachments
(1 file)
2.08 KB,
patch
|
jud
:
review+
|
Details | Diff | Splinter Review |
Certain documentation for password manager contains text specific to the
mozilla/netscape browser UI. These should be separated out, so that an embedded
application can use similar features with their corresponding UI information.
Here are some text segments that needs to be separated out.
\mozilla\extensions\wallet\src\wallet.properties(66):Caveat =
"Saving Passwords and Other Sensitive Information##Password Manager and Form
Manager will save passwords, user names, and other sensitive information and
enter them for you automatically when they are required.#This sensitive
information is stored on your computer in a file that's difficult, but not
impossible, to read.#If other people have access to your computer, you may want
to password protect the stored sensitive information by choosing a Master
Password.#If you choose to password protect your stored information, you will be
asked to provide your Master Password from time to time. This approach provides
better security but is slightly less convenient.#To password protect stored
information,
<XXXX BEGIN CHANGE>choose Preferences from the Edit menu, open the Privacy and
Security category, choose Web Passwords, and check 'Use encryption when storing
sensitive data. < XXXX End Change> ' "
\mozilla\l10n\langpacks\en-DE\chrome\en-DE\communicator\locale\wallet\wallet.properties(66):Caveat
=
"Saving Sensitive Information##Your personal information (passwords, etc) will
be saved by the browser so you won't need to reenter this information in the
future.##By default, your personal information is stored in a file that is
difficult but not impossible for an unauthorized person to read. If you wish to
provide better security, you can make the file be password protected. This may
be desirable, for example, if other people have access to your
computer.##However, such improved security requires you to choose a password
that you will be asked to provide from time to time. Thus it is slightly less
convenient.##If you want to use improved security for your stored personal
information,
<XXX BEGIN CHANGE> choose Preferences from the Edit menu, open the Advanced
category, and select Forms and Passwords."<XXX END CHANGE>
\communicator\locale\wallet\wallet.properties(66):Caveat =
"Saving Sensitive Information##Your personal information (passwords, etc) will
be saved by the browser so you won't need to reenter this information in the
future.##By default, your personal information is stored in a file that is
difficult but not impossible for an unauthorized person to read. If you wish to
provide better security, you can make the file be password protected. This may
be desirable, for example, if other people have access to your
computer.##However, such improved security requires you to choose a password
that you will be asked to provide from time to time. Thus it is slightly less
convenient.##If you want to use improved security for your stored personal
information,
<XXX BEGIN CHANGE>
choose Preferences from the Edit menu, open the Advanced category,
and select Forms and Passwords." <XXX END CHANGE>
Assignee | ||
Comment 1•24 years ago
|
||
cc'in german and valeski since we just had an e-mail discussion on this very
topic.
My two cents in that discussion was that I never wanted this dialog in the
first place (there are already too many sequential dialogs when using
form-manager and this one just adds to the confrontation). But this dialog was
mandated by legal as a cya thing. So any changes to this dialog would
need to be run through legal.
Valeski said he was going to be speaking to legal about this, so I'll reassign
this bug to him for the time being.
Assignee: morse → valeski
Comment 2•24 years ago
|
||
back to morse. steve, do you mind pulling the strings in question (not the
dialog) and posting a patch? we can then just point legal (who did you talk to
before?) to the mods.
I suspect we won't be able to check this into the branch because this would
constitute a UI change in what's already UI frozen, so we should move forward on
the trunk.
Assignee: valeski → morse
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 4•24 years ago
|
||
Kent Walker was the legal person involved with this.
Assignee | ||
Comment 5•24 years ago
|
||
Jud, the ball is in your court on this to get legal approval.
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Comment 6•24 years ago
|
||
Just so I am clear on this before going to legal, what we are doing here is
removing the Netscape/Mozilla specific parts of the text in these dialogs, which
is typically the last sentence, explaining where the menu item for the feature
lives.
- Is this correct?
- Will the application (Netscape, Mozilla, or the embedder) add the missing info
back, or are we going with generic dialogs across all apps?
Comment 7•24 years ago
|
||
The info will not be added at the application level. This bug is to
wholeheartedly remove the instructional text (which is application specific).
That text needs to be in help files and other documentation (user manual for
example) rather than in dialogs.
Comment 8•24 years ago
|
||
And the patch posted by Steve is just one example of what we will do to all of
these dialogs, right?
Radha lists 3 of them in this bug - are there others?
Comment 9•24 years ago
|
||
Correct. Here's another http://bugzilla.mozilla.org/show_bug.cgi?id=102289
Reporter | ||
Comment 10•24 years ago
|
||
Jud, I'm not sure that your suggestion to completely remove the UI specific
information is appropriate in a broader sense. How about other places that have
references to UI. Wouldn't simply removing the UI information, break the
behavior that mozilla/netscape users are accustomed to till now? In the changes
attached to this bug, there is no mention of anything like, "For more
information on how to change XXXX, please refer to the Help menu <or something
like that>".
What does UE people think of this change?
My patch attached to bug 102289 suggests a solution that would not break
existing Netscape/Mozilla UI and provides the required flexibility for "other"
users of this code.
Sudheer, Ken Runyon, can you please comment, if the patch attached here and in
102289 meet your needs?
Comment 11•24 years ago
|
||
If there are other string bundles out there doing this, they need to be fixed as
well. I thought German would have chimed in by now, but I guess not. German and
I discussed this out of band in email, and he agreed that putting this kind of
tutorial info in dialogs doesn't make sense; so that's UE's perspective.
I'm not sure how to search for all of these instances, but IMO they should all
be removed. This kind of info in a dialog box just doesn't make sense. It
belongs in a manual.
Here's another perspective. When the menu items change, then we have a bug that
no-one is prepared to find/fix. The menu item sequence will be different, yet
we'll still have text referring to the old path; confusing users.
Reporter | ||
Comment 12•24 years ago
|
||
Jud, I agree with some of the things you mentioned. I was concerned about UE
compatibility issues. If German thinks that it is OK to completely remove
references to UI, then I think we can go ahead remove them. I will soon attach a
patch to bug 102889, which simply removes the UI references. I hope the owners
of these bugs are fine with kind of change.
Assignee | ||
Comment 13•24 years ago
|
||
As I implied above, this is not a UE issue. None of us ever wanted this dialog
in the first place, UE included, and it was put in only because legal insisted
on it as a CYA thing. German mentioned in a private e-mail that the dialog is
too awkward for any user to ever read and my response was that we never intended
for a user to really read it any more than one expects him to read the license
agreement that he sees whenever he installs new software.
So it's not UE that we need to be concerned about but rather it is legal. To be
more specific, this dialog was never intended to be a tutorial for the user --
we already have separate tutorials and help screens for that.
Comment 14•24 years ago
|
||
legal has signed off on these mods.
Assignee | ||
Comment 15•24 years ago
|
||
jud, will you please do a review on the patch attached here.
cc'ing alecf for sr
Updated•24 years ago
|
Attachment #51390 -
Flags: review+
Comment 16•24 years ago
|
||
seems reasonable to me then. sr=alecf
Assignee | ||
Comment 17•24 years ago
|
||
r=valski
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 19•24 years ago
|
||
For the record, there have been several bug reports about the CYA dialog for
saving sensitive information. Here is a cross-reference list of them:
043503: Bad UI in "Saving Sensitive Information" dialog
102288: Wordings for password manager are specific to the application
117552: opening Site with PW opens annoyance window
117989: Save password shows alert that is vague
119114: logging into hotmail: 6 dialogs
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•