Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024962 | Openbravo ERP | A. Platform | public | 2013-10-17 10:05 | 2013-12-31 04:57 |
|
Reporter | jecharri | |
Assigned To | shankarb | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP31 | Fixed in Version | 3.0MP31 | |
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 | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0024545 | 3.0MP27 | closed | AugustoMauch | Impossible to lock a user |
|
Attached Files | |
|
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 | bug_revision_view_page.php?rev_id=5118#r5118 |
2013-10-17 10:08 | jecharri | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5120#r5120 |
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 | |
Notes |
|
(0063051)
|
hgbot
|
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
---
|
|
|
|
|
|
(0063121)
|
shankarb
|
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
|
2013-12-30 14:48
|
|
|
|
(0063128)
|
dbaz
|
2013-12-30 16:26
|
|
Reviewed @ changeset: 21731 - 987357c24f95 |
|
|
|
|