Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0024545 | Openbravo ERP | A. Platform | public | 2013-08-20 11:06 | 2013-08-20 12:32 | |||||||
Reporter | jecharri | |||||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | urgent | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | no change required | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 3.0MP27 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | dbaz | |||||||||||
OBNetwork customer | ||||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0024545: Impossible to lock a user | |||||||||||
Description | Impossible to lock a user | |||||||||||
Steps To Reproduce | -Go to file Openbravo.properties and configure the parameter "login.trial.user.lock" with value 2 for example. Verify that the user never is locked. Checking the code, you need to configure also the parameter "login.trial.delay.increment" if you want to lock the user. | |||||||||||
Proposed Solution | The following code is worn, because when delayInc (login.trial.delay.increment) is 0 the method execute return command and the method never check if it is necessary to lock the user if (delayInc == 0) { // No need to check number of fails as login security is not enabled delay = 0; numberOfFails = 0; return; } src/org/openbravo/base/secureApp/UserLock.java | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2013-08-20 11:06 | jecharri | New Issue | ||||||||||
2013-08-20 11:06 | jecharri | Assigned To | => AugustoMauch | |||||||||
2013-08-20 11:06 | jecharri | Web browser | => Google Chrome | |||||||||
2013-08-20 11:06 | jecharri | Modules | => Core | |||||||||
2013-08-20 11:06 | jecharri | Resolution time | => 1379887200 | |||||||||
2013-08-20 11:06 | jecharri | Triggers an Emergency Pack | => No | |||||||||
2013-08-20 12:29 | AugustoMauch | Status | new => scheduled | |||||||||
2013-08-20 12:29 | AugustoMauch | fix_in_branch | => pi | |||||||||
2013-08-20 12:31 | AugustoMauch | Issue Monitored: dbaz | ||||||||||
2013-08-20 12:31 | AugustoMauch | Review Assigned To | => dbaz | |||||||||
2013-08-20 12:31 | AugustoMauch | Web browser | Google Chrome => Google Chrome | |||||||||
2013-08-20 12:31 | AugustoMauch | fix_in_branch | pi => | |||||||||
2013-08-20 12:32 | AugustoMauch | Note Added: 0060674 | ||||||||||
2013-08-20 12:32 | AugustoMauch | Status | scheduled => closed | |||||||||
2013-08-20 12:32 | AugustoMauch | Resolution | open => no change required | |||||||||
2013-10-17 10:05 | jecharri | Relationship added | related to 0024962 |
Notes | |||||
|
|||||
|
|