Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pre-prompt with prompt. #83

Closed
GoogleCodeExporter opened this issue Mar 6, 2016 · 1 comment
Closed

Replace pre-prompt with prompt. #83

GoogleCodeExporter opened this issue Mar 6, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

I would like to see "Click here or press any key to unlock" replaced with the 
next step "Please enter the master password...etc...etc..." 

My idea is to use only one screen with "enter password to unlock".

If used regularly there is two passwords: startup, lock. Lock has extra key (or 
click).

To me it seems this is a mental hindrance, more steps than necessary.

Original issue reported on code.google.com by flipyali...@gmail.com on 16 Jul 2015 at 8:46

@vanowm
Copy link
Owner

vanowm commented Mar 20, 2016

There is a hidden option extensions.masterPasswordPlus.lockignorefirstkey when enabled it will "capture" pressed key on lock screen and use at in the password prompt.
Not the same, as requested, but a work around for now.

vanowm added a commit that referenced this issue Dec 17, 2016
(2016-12-16)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it doesn't affect locking as individual windows) extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
- dropped support for FF 14 and older
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of preferences changes
* submitting empty password no longer considered as incorrect
vanowm added a commit that referenced this issue Dec 20, 2016
(2016-12-20)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it still allows use "lock this window") extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
+ debug options (when activated debug, browser console automatically opens)
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
! Window title not restored after locked window unlocked (issue #91)
! postbox v5.x support (issue #101)
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of changes in preferences via about:config
* submitting empty password no longer considered as incorrect and doesn't count towards failed attempts.
@vanowm vanowm closed this as completed in a2058dd Dec 20, 2016
vanowm added a commit that referenced this issue Dec 24, 2016
(2016-12-20)

+ MP prompt inside locked window (issue #83)
+ new options to disable password field in locked windows after NN failed attempts for NN seconds.
+ new option to lock/logout when computer goes to sleep (not all systems supported https://bugzilla.mozilla.org/show_bug.cgi?id=758848) (issue #68)
+ ability prevent individual window from getting locked when global lock initiated (it still allows use "lock this window") extensions.masterPasswordPlus.nolockpersist hidden setting controls if such flag restored after restart (issue #99)
+ help tab in options
+ debug options (when activated debug, browser console automatically opens)
! incorrect default action used on toollbar button (issue #100)
! MP prompt buttons didn't fit into window (issue #102)
! window minimize/maximize/exit buttons are not visible when window is locked and browser.tabs.drawInTitlebar enabled
! window size changed when lock on minimize enabled and window minimized
! Window title not restored after locked window unlocked (issue #91)
! postbox v5.x support (issue #101)
! changes log popup shows incorrect changes preview when more then one window opened on startup
! Unable unlock when enabled Lock on minimize all windows and a window still minimized (closed #105)
- extensions.masterPasswordPlus.lockignorefirstkey setting (issue #90)
* user activity is now detected globally - even when FF/TB not in focus (issue #95)
* optimized handling of changes in preferences via about:config
* submitting empty password no longer considered as incorrect and doesn't count towards failed attempts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants