You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/06/23 00:25:26 UTC

[jira] Closed: (OFBIZ-1091) Login process not reset properly after failure and hitting CLR

     [ https://issues.apache.org/jira/browse/OFBIZ-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1091.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
                   SVN trunk
         Assignee: Jacques Le Roux

Thanks Jeremy,

Your patch is in trunk rev. 549972  and release rev. 549973



> Login process not reset properly after failure and hitting CLR
> --------------------------------------------------------------
>
>                 Key: OFBIZ-1091
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1091
>             Project: OFBiz
>          Issue Type: Bug
>          Components: pos
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk, Release Branch 4.0
>
>         Attachments: ofbiz-1091.patch
>
>
> When the login fails (bad user or bad password), the POS display the error message.
> Then if you type something then enter, nothing seems to happen.
> Then if you type CLR, the POS ask for user Id, but internally act like the previous input was taken into account, thus getting directly to a login failure (or success) without asking password.
> Example:
> User Id: 
> # 5 <enter>
> Password: 
> # 5 <enter>
> User not found.
> # 1 <enter>
> User not found. (the display did not change, like nothin happen, and the input display still displays "5")
> # <CLR>
> User Id:
> # 1 <enter>
> ---> login success
> Alternatively replace the last input by something else than "1", you will get Password incorrect.
> The internal state is not reset properly after hitting CLR.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.