nats-io / natscli

The NATS Command Line Interface
Apache License 2.0
472 stars 96 forks source link

password encryption UI/UX fix #1025

Closed zakk616 closed 5 months ago

zakk616 commented 5 months ago

Fixed UI/UX for password encryption

  1. The word 'Reenter' is creating confusion when encrypting a password, changed it to 'Re-enter'.

  2. When Re-entered password does not match entered password, typed password is being exposed.

image

changed the error line to a user-friendly sentence.

ripienaar commented 5 months ago

Thank you!