Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0056759Openbravo ERPA. Platformpublic2024-10-14 09:062024-11-10 22:51
alostale 
jarmendariz 
normalminorhave not tried
closedfixed 
5
 
PR25Q1 
approved
Gold
Core
No
0056759: active sessions for locked users are usable till log out
After locking a user account, active sessions for that account can continue operating till they log out.
1. Session-1: Log in POS with demouser user
2. Session-2: Log in backoffice with Openbravo user
3. Session-2: In User window, look for demouser and flag the Locked field
4. Session-1: Complete a sale
  ERROR: it successfully completes it, it would be expectable the demouser sessions finalizes as the user is locked
The easiest way to implement this is to set ad_session.session_active='N' where session_active='Y' and ad_user=:lockedUser.

This causes the next time any backend action is performed, Tomcat session to be kicked out. Working also in a Tomcat cluster.
No tags attached.
Issue History
2024-10-14 09:06alostaleNew Issue
2024-10-14 09:06alostaleAssigned To => Triage Platform Base
2024-10-14 09:06alostaleOBNetwork customer => Gold
2024-10-14 09:06alostaleModules => Core
2024-10-14 09:06alostaleTriggers an Emergency Pack => No
2024-11-05 18:47hgbotMerge Request Status => open
2024-11-05 18:47hgbotNote Added: 0171456
2024-11-05 18:51AugustoMauchAssigned ToTriage Platform Base => jarmendariz
2024-11-05 18:51AugustoMauchStatusnew => scheduled
2024-11-10 22:47hgbotMerge Request Statusopen => approved
2024-11-10 22:51hgbotResolutionopen => fixed
2024-11-10 22:51hgbotStatusscheduled => closed
2024-11-10 22:51hgbotNote Added: 0171730
2024-11-10 22:51hgbotFixed in Version => PR25Q1
2024-11-10 22:51hgbotNote Added: 0171731

Notes
(0171456)
hgbot   
2024-11-05 18:47   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1426 [^]
(0171730)
hgbot   
2024-11-10 22:51   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1426 [^]
(0171731)
hgbot   
2024-11-10 22:51   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 137385055c039244795b0a1b515af20c66ee7d95
Author: Augusto Mauch <amauch@orisha.com>
Date: 10-11-2024 21:46:54
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/137385055c039244795b0a1b515af20c66ee7d95 [^]

Fixes ISSUE-56759: Automatically deactivate sessions of locked users

---
A src/org/openbravo/authentication/DeactivateSessionOnUserLockEventHandler.java
---