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

Remember passwords for pw-protected notebooks #2842

Closed
jakebiesinger opened this issue Jan 24, 2013 · 6 comments
Closed

Remember passwords for pw-protected notebooks #2842

jakebiesinger opened this issue Jan 24, 2013 · 6 comments
Milestone

Comments

@jakebiesinger
Copy link

I have an SSL encrypted, password-protected notebook with a tough-to-guess-or-remember password. I'd like to leverage my browser's "Remember this password?" functionality so I don't have to remember anything. Currently, no such prompt shows up when logging in.

Stack Overflow says you need to actually submit the form? Not a web guy myself, though I'd be happy to take try hacking on this. But I have no idea where to even look in the source.

@Carreau
Copy link
Member

Carreau commented Jan 24, 2013

Good point... the problem is that the form does already do a submit... Investigating.

@jakebiesinger
Copy link
Author

Shooting in the dark... perhaps because it's over https?

@Carreau
Copy link
Member

Carreau commented Jan 24, 2013

Probably not, password over http should never be used, so their would be no reason to retain them.
Wild guess would be that password would not be stored if the host is localhost... still need to be checked.

@jakebiesinger
Copy link
Author

I'm working from a remote host, not localhost. Thanks for looking into it!

@Carreau
Copy link
Member

Carreau commented Jun 3, 2013

Ah ! Just had the revelation a few minutes ago !
Need a another field to enter the username (tried and work) ! Otherwise browser don't try to retain the password !

Anyway, soon the credential should remain between server restart, but we'll see if we can do something like hidden username field (not sure if it works)...

@minrk
Copy link
Member

minrk commented Jul 4, 2013

closed by #3373.

@minrk minrk closed this as completed Jul 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants