Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: improve passphrase input experience
Archived fintohaps opened 2 years ago

When an incorrect passphrase is entered, the characters are not removed. Unfortunately, this is due to the upstream library we are using[0].

To improve the experience, however, the with_display_toggle_enabled can be used to reveal the user’s input using the Ctrl+R hotkey. They can then reveal the password, if able to, and fix the problematic input.

Once the feature request in the upstream library is made, that can be used instead.

fintohaps opened with revision 093e6685 on base 0581c017 +2 -1 2 years ago

When an incorrect passphrase is entered, the characters are not removed. Unfortunately, this is due to the upstream library we are using[0].

To improve the experience, however, the with_display_toggle_enabled can be used to reveal the user’s input using the Ctrl+R hotkey. They can then reveal the password, if able to, and fix the problematic input.

Once the feature request in the upstream library is made, that can be used instead.