Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0024962 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] A. Platform | major | always | 2013-10-17 10:05 | 2013-12-31 04:57 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP31 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 45f454a1d15f | ||||
Projection | none | ETA | none | Target Version | 3.0MP31 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | dbaz | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0024962: It should be possible to lock a user only with parameter "login.trial.user.lock" | |||||||
Description | It should be possible to lock a user only with parameter "login.trial.user.lock" Currently it is necessary to configure also the parameter "login.trial.delay.increment" | |||||||
Steps To Reproduce | -confiure parameter "login.trial.user.lock" Verify that if you do not configure the delay, it is impossible to lock a user. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0063051) hgbot (developer) 2013-12-23 12:59 |
Repository: erp/devel/pi Changeset: 45f454a1d15f2d4cec0c9fede7a40335487222cf Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Dec 23 14:13:08 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/45f454a1d15f2d4cec0c9fede7a40335487222cf [^] Fixes Issue 0024962: It should be possible to lock a user only with parameter "login.trial.user.lock" The user can be locked with the login.trial.user.lock parameter. If the the login.trial.delay.increment is not 0 it will be used, else lock parameter alone will be checked. --- M src/org/openbravo/base/secureApp/UserLock.java --- |
(0063068) hudsonbot (developer) 2013-12-24 19:11 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/a6ebb8307561 [^] Maturity status: Test |
(0063121) shankarb (reporter) 2013-12-30 13:13 |
Test Plan: 1. Set login.trial.user.lock to "1" in Openbravo.properties. 2. Login into the application with incorrect credentials. 3. Login again with proper credentials. The user should be locked now (as there was 1 incorrect login attempt). 4. Before the fix only if login.trial.delay.increment is provided, the user will be locked, now even without that parameter the user will be locked. |
(0063126) hgbot (developer) 2013-12-30 14:48 |
Repository: erp/devel/pi Changeset: 987357c24f955c696cf5b7c4b502b185a49253df Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Dec 30 19:17:05 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/987357c24f955c696cf5b7c4b502b185a49253df [^] Related to Issue 0024962: Proper matching for lockAfterTrials --- M src/org/openbravo/base/secureApp/UserLock.java --- |
(0063128) dbaz (developer) 2013-12-30 16:26 |
Reviewed @ changeset: 21731 - 987357c24f95 |
(0063138) hudsonbot (developer) 2013-12-31 04:57 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/987357c24f95 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2013-10-17 10:05 | jecharri | New Issue | |
2013-10-17 10:05 | jecharri | Assigned To | => AugustoMauch |
2013-10-17 10:05 | jecharri | Web browser | => Google Chrome |
2013-10-17 10:05 | jecharri | Modules | => Core |
2013-10-17 10:05 | jecharri | Triggers an Emergency Pack | => No |
2013-10-17 10:05 | jecharri | Relationship added | related to 0024545 |
2013-10-17 10:08 | jecharri | Web browser | Google Chrome => Google Chrome |
2013-10-17 10:08 | jecharri | Summary | It should be possible to block a user only with parameter "login.trial.user.lock" => It should be possible to lock a user only with parameter "login.trial.user.lock" |
2013-10-17 10:08 | jecharri | Description Updated | View Revisions |
2013-10-17 10:08 | jecharri | Steps to Reproduce Updated | View Revisions |
2013-11-05 09:42 | AugustoMauch | Assigned To | AugustoMauch => shankarb |
2013-11-21 16:23 | jonalegriaesarte | Web browser | Google Chrome => Google Chrome |
2013-11-21 16:23 | jonalegriaesarte | Target Version | 3.0MP30 => |
2013-11-27 11:35 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2013-11-27 11:35 | AugustoMauch | Target Version | => 3.0MP31 |
2013-12-23 12:56 | shankarb | Issue Monitored: AugustoMauch | |
2013-12-23 12:56 | shankarb | Review Assigned To | => AugustoMauch |
2013-12-23 12:56 | shankarb | Web browser | Google Chrome => Google Chrome |
2013-12-23 12:59 | hgbot | Checkin | |
2013-12-23 12:59 | hgbot | Note Added: 0063051 | |
2013-12-23 12:59 | hgbot | Status | new => resolved |
2013-12-23 12:59 | hgbot | Resolution | open => fixed |
2013-12-23 12:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/45f454a1d15f2d4cec0c9fede7a40335487222cf [^] |
2013-12-24 19:11 | hudsonbot | Checkin | |
2013-12-24 19:11 | hudsonbot | Note Added: 0063068 | |
2013-12-30 13:13 | shankarb | Note Added: 0063121 | |
2013-12-30 14:29 | dbaz | Issue Monitored: dbaz | |
2013-12-30 14:48 | hgbot | Checkin | |
2013-12-30 14:48 | hgbot | Note Added: 0063126 | |
2013-12-30 16:26 | dbaz | Review Assigned To | AugustoMauch => dbaz |
2013-12-30 16:26 | dbaz | Note Added: 0063128 | |
2013-12-30 16:26 | dbaz | Status | resolved => closed |
2013-12-30 16:26 | dbaz | Fixed in Version | => 3.0MP31 |
2013-12-31 04:57 | hudsonbot | Checkin | |
2013-12-31 04:57 | hudsonbot | Note Added: 0063138 |
Copyright © 2000 - 2009 MantisBT Group |