You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/07/15 22:49:31 UTC

[whimsy] branch master updated: Confirm whose password is being requested

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 47186c0  Confirm whose password is being requested
47186c0 is described below

commit 47186c045531a252e005e9f180d4b3d66a2cf777
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 15 23:48:56 2017 +0100

    Confirm whose password is being requested
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index eb0aee6..57c4763 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -128,7 +128,7 @@ module ASF
         require 'etc'
         require 'io/console'
         user ||= Etc.getlogin
-        password = STDIN.getpass("Password:")
+        password = STDIN.getpass("Password for #{user}:")
       end
 
       dn = ASF::Person.new(user).dn

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].