View Issue Details

IDProjectCategoryView StatusLast Update
0010505mantisbtauthenticationpublic2009-06-23 15:28
Reportervboctor Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.1.8 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010505: On Login failure, keep user name populated and place the focus in the password field
Description

In most cases when the user provides the wrong credentials, the issue is with the password. Currently, we reset both fields and put the focus in the username field. This should be changed as follows:

  1. Keep the user name.
  2. If user name is not blank, then set the focus to password field, otherwise, set focus to username field.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master ac71e94d

2009-05-20 02:31

vboctor


Details Diff
Fixes 0010505: On Login failure, keep user name populated and place the focus in the password field. Affected Issues
0010505
mod - login_page.php Diff File
mod - login.php Diff File