Closed
Bug 101637
Opened 24 years ago
Closed 24 years ago
Expire master password after each time it is used
Categories
(SeaMonkey :: Passwords & Permissions, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: morse, Assigned: morse)
Details
Attachments
(3 files)
|
4.50 KB,
patch
|
Details | Diff | Splinter Review | |
|
48.39 KB,
image/jpeg
|
Details | |
|
671 bytes,
patch
|
law
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Add ability to be prompted for your master password once per session (current
implementation), or each time you hit a page where you've saved a password for
additional security.
[For the record, I think this is a bad idea. But it is something that marketing
wants in the PRD for mach V.]
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
cc'ing pchen and alecf for reviews
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.5
Comment 3•24 years ago
|
||
cool. I like the other code in there too. sr=alecf
Can sombody add a screenshot so I can see what the enhanced user experience
looks like. I do not have access to a development environment. Thanks!
| Assignee | ||
Comment 5•24 years ago
|
||
Comment 7•24 years ago
|
||
sr=alecf
Comment 8•24 years ago
|
||
A couple thoughts after looking at the Preference Panel:
'Encrypting versus Obscuring' will not be understood by the majority of our
users. Maybe something like 'Security Options' or 'Protecting Sensitive
Information' would be a better header.
After the sentence that begins "A password is used..." I would suggest that we
add something like "By default, you are only asked for this master password
once per browsing session. For additional security, you can choose to be
prompted for your master password each time you visit a site with a saved password."
Then the checkbox currently titled "Expire master password after each use" would
be better phrased "Ask me for my master password each time I visit a site where
Netscape has saved my password."
Or something like that. German? Adding docs for input as well. Steve, please
hold off on checking this in until we reach some consensus on the UI. Thanks.
| Assignee | ||
Comment 9•24 years ago
|
||
Todd, too late -- I checked this in before seeing your comment.
However the issues you are now raising are separate from this bug report.
Please don't morph this report but rather open a separate report on the new
issues. They all apply to wording changes (all but one of which predate this
new work) and can easily be changed by modifying a single .dtd file once the new
wording is agreed upon.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 10•24 years ago
|
||
And if you want to re-evaluate the wording on the password-pref panel, please
look at the use of "Web Passwords" as the header. Somebody added that
relatively recently and I wasn't even aware of it. This should simply be
passwords to be consistent with all the other items in the tab panel. Please
add that to the new bug that you will be opening.
| Assignee | ||
Comment 11•24 years ago
|
||
Actually, now that I look at it, I believe that I put the new pref in the wrong
place. Rather than appearing on the so-called "web passwords" pref panel, it
should go on the "master passwords" pref panel.
I just looked at that panel and was surprised at I saw. Namely:
Mozilla will ask you for your master password
o The first time it is needed
o Every time it is needed
o If it has not been used for ____ minutes or more
So what does "Every time it is needed" mean? Sounds like it should be doing
exactly what we want. But I just tried it and it didn't do anything. I tried
to check the code but it appears as though this code is PSM and the source is
not in our build tree.
cc'ing some of Bob Lord's people to see if they can tell us if this pref is
supposed to do the very feature that this bug report was requesting.
Comment 12•24 years ago
|
||
See bug 87334. This is probably duplication of the normal "ask every time"
feature of PSM.
| Assignee | ||
Comment 13•24 years ago
|
||
But is that feature working? I tried it out and nothing happened.
| Assignee | ||
Comment 14•24 years ago
|
||
We still need to integrate this pref in the web-password pref panel with the
equivalent pref in the master-password pref panel.
But in the meantime I noticed that I put the code that tests for the expiration
in the wrong place. As a result, you will get prompted several times per form
for your master password instead of only once. The fix is just a matter of
moving some code inside an if statement.
Reopening and attaching a patch to fix the original patch.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: mozilla0.9.5 → mozilla0.9.6
| Assignee | ||
Comment 15•24 years ago
|
||
| Assignee | ||
Comment 16•24 years ago
|
||
cc'ing alecf and law for reviews
Comment 17•24 years ago
|
||
Comment on attachment 52664 [details] [diff] [review]
patch to fix original patch
sr=alecf
Attachment #52664 -
Flags: superreview+
Comment 18•24 years ago
|
||
Comment on attachment 52664 [details] [diff] [review]
patch to fix original patch
r=law
Attachment #52664 -
Flags: review+
| Assignee | ||
Comment 19•24 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•