GithubHelp home page GithubHelp logo

Comments (19)

zeruniverse avatar zeruniverse commented on July 20, 2024

This is why alert should not be disabled.

On Friday, 17 June 2016, Nick [email protected] wrote:

I really suggest that the password generation button is only visible if
the password field is empty.
It's too easy to accidentially press the button.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#60, or mute the
thread
https://github.com/notifications/unsubscribe/AEbvNElUw_S2QcCBLHF6TlIRtiL3NIftks5qMyztgaJpZM4I4zjB
.

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

I'll working to implement an optional logging system. All deletion/refreshing will be logged.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

Well, then I know I made a mistake :)
But how can I revert what I've done?

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

As I said, I'll implement logging feature. So you can find your old password from log

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

Ah ok. So but then you'd also have to encrypt the log, right?

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

LOG can't be encrypted. Or if you change password, it will have problem.
But why I can't log old password without encryption?

On Saturday, 18 June 2016, Nick [email protected] wrote:

Ah ok. So but then you'd also have to encrypt the log, right?


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEbvNGjR5GSCNFKJcuw9LJgJ-_h0hZcuks5qNHQ_gaJpZM4I4zjB
.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

That's simple. Because as an administrator I can tell that most users change passwords to be similar to the old one. So I wouldn't want anyone to see old passwords.

But why don't you just show a warning message before changing an existing password and make sure the user did want to change the existing one?

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

This is what the software like currently right?

On Saturday, 18 June 2016, Nick [email protected] wrote:

That's simple. Because as an administrator I can tell that most users
change passwords to be similar to the old one. So I wouldn't want anyone to
see old passwords.

But why don't you just show a warning message before changing an existing
password and make sure the user did want to change the existing one?


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEbvNDIHgdopj5olxEf5HLFKcg3J4xFAks5qNHtDgaJpZM4I4zjB
.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

When I change the password right now, there's no warning message whatsoever. That's why I asked for a warning in the first place. So you say there should be a message?

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

I remember there was one. Unless @BenjaminHae deleted the alert…

from password-manager.

BenjaminHae avatar BenjaminHae commented on July 20, 2024

Mh, could be that I deleted it as you could always dismiss the changes. I've got a nice idea that won't disturb users who now what they are doing and helps inexperienced users.

The idea is to show a popover under the eye button when the user clicks the refresh password button. The popover reads "click here to get your old password back".

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

What about this:
If there's a password set, then just ask the user to manually delete the password field before generating a new one.

This will prevent a simple override. It's easy to delete the field content by hand and you have to willingly do it. And when it's empty you just press generate

from password-manager.

BenjaminHae avatar BenjaminHae commented on July 20, 2024

I think a new user will learn after he presses the regenerate button the first time.
For a "poweruser" first deleting everything will add a lot of hassle.

Especially if you're not happy with the autogenerated password. You'd have to delete everything until you'd get a good one.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

The thing is: I observed our secretary adding several accounts. Every once in a while she (for whatever reason) pressed the gen button. And then with a "whoops" closed the window. But instead of discarding she saved. I can assure you that this seemeingly stupid behaviour is absolutely standard. I know because I'm in this business for 25 years now. Users do everything wrong that is possible and you have to prevent them from doing wrong in the first place.

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

I believe #62 fixed this. So I'll close this issue.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

Alright.

On Sunday, 26 June 2016, Nick [email protected] wrote:

Then I'd definetely prefer to disable logging!!!


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEbvNJ-OiX-31djq-3ylqyy22gKYGSx8ks5qPta7gaJpZM4I4zjB
.

from password-manager.

nickbe avatar nickbe commented on July 20, 2024

from password-manager.

zeruniverse avatar zeruniverse commented on July 20, 2024

Currently there's no log feature

On Sunday, 26 June 2016, Nick [email protected] wrote:

Is there an option for this? (Disabling log)


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEbvNA6_66BrHUCv97K3E3UnFPzrZ0PGks5qPtfPgaJpZM4I4zjB
.

from password-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.