Public bug reported:

Binary package hint: bzr

When uploading to a server via bzr+ssh, if you misspell the password bzr
immediately creates a new password prompt, without telling the user why.
I think that BZR should tell the user why it is requesting the password
again.

Currently bzr produces this:
Enter passphrase for key '/home/bobbo/.ssh/id_rsa':  <wrong_password>
Enter passphrase for key '/home/bobbo/.ssh/id_rsa':  <correct_password>
Committing to: bzr+ssh://[EMAIL PROTECTED]/*

I think it should be changed to something like:
Enter passphrase for key '/home/bobbo/.ssh/id_rsa':  <wrong_password>
Sorry, password incorrect. Please try again
Enter passphrase for key '/home/bobbo/.ssh/id_rsa':  <correct_password>
Committing to: bzr+ssh://[EMAIL PROTECTED]/*

** Affects: bzr (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: wishlist

** Tags added: wishlist

-- 
BZR should be more verbose when password wrong
https://bugs.launchpad.net/bugs/194445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to