Skip Menu |
 

From: "Jacob Morzinski" <jmorzins@mit.edu>
To: "kfw-bugs@mit.edu" <kfw-bugs@mit.edu>
Subject: feature request - focus on password field
Date: Fri, 24 Oct 2014 16:35:48 +0000

Image not shown because sender requested not to inline it.

Hi,

 

I'd like to suggest a feature request for KfW.

 

Each morning when I Ctrl-T to get tickets, the password dialog comes

up with my username filled into the Principal field, and input focus

is in the Principal field.  I press TAB to put input focus into the

password field.

 

It'd be a nice touch if I didn't have to press TAB - if input focus

was automatically in the password field.  (If and only if my Principal

has already been pre-filled into the first field.  If my principal is

unknown, sure put focus in the first field.)

 

Thanks for considering it,

 

-Jacob

 

 

-- 

Jacob Morzinski <jmorzins@mit.edu>

MIT IS&T: Client Support Services

 

MIT will never require you to reveal your password to anyone.  Do not  

respond to any communication requesting that you reveal your password.

 

 

From: kaduk@MIT.EDU
Subject: git commit

Put focus on password field when principal is set

In the Leash "Get Ticket" window, under some user-customized
configurations, the principal field can be pre-populated. In this case,
it makes sense for the default focus to be on the password field,
since most users will only be using a single principal and should
go directly to typing their password.

The focus was already set to the password field in the case when
the principal was not modifiable (such as when the "Get Ticket" dialog
was opened by an application requesting a specific ticket).

https://github.com/krb5/krb5/commit/50b3bba748084c99a339bd526ad47ecfccc09472
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 50b3bba748084c99a339bd526ad47ecfccc09472
Branch: master
src/windows/leashdll/lsh_pwd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Put focus on password field when principal is set

In the Leash "Get Ticket" window, under some user-customized
configurations, the principal field can be pre-populated. In this case,
it makes sense for the default focus to be on the password field,
since most users will only be using a single principal and should
go directly to typing their password.

The focus was already set to the password field in the case when
the principal was not modifiable (such as when the "Get Ticket" dialog
was opened by an application requesting a specific ticket).

(cherry picked from commit 50b3bba748084c99a339bd526ad47ecfccc09472)

https://github.com/krb5/krb5/commit/b1ec8b1306f31d92235ec795d01801f11a7b38fe
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: b1ec8b1306f31d92235ec795d01801f11a7b38fe
Branch: krb5-1.13
src/windows/leashdll/lsh_pwd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)