Openbravo Issue Tracking System - Retail Modules
View Issue Details
0052501Retail ModulesWeb POSpublic2023-05-22 08:242023-05-24 15:09
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
RR23Q3 
approved
No
No
0052501: Obtaining the list of available usernames on login should be disableable using a preference
MobileCoreLoginUtilsServlet makes available the list of usernames that can log in in the current terminal via the "userImages" command.

Some clients might not want to make that list available, so we need to add a preference to allow then to disable that functionality, and return no data in that request.
- Open a tab in your browser
- Open the developer tools, the network tab
- Open https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1. [^] Note a request like: "...org.openbravo.retail.posterminal.service.loginutils?terminalName=VBS-1&command=userImages&...", and that the response includes information about the users that can log in in the current terminal
No tags attached.
Issue History
2023-05-22 08:24AugustoMauchNew Issue
2023-05-22 08:24AugustoMauchAssigned To => Retail
2023-05-22 08:24AugustoMauchOBNetwork customer => No
2023-05-22 08:24AugustoMauchTriggers an Emergency Pack => No
2023-05-22 08:24AugustoMauchAssigned ToRetail => AugustoMauch
2023-05-22 08:24AugustoMauchStatusnew => scheduled
2023-05-22 08:30hgbotMerge Request Status => open
2023-05-22 08:30hgbotNote Added: 0150034
2023-05-23 17:06hgbotMerge Request Statusopen => approved
2023-05-24 15:09hgbotResolutionopen => fixed
2023-05-24 15:09hgbotStatusscheduled => closed
2023-05-24 15:09hgbotNote Added: 0150230
2023-05-24 15:09hgbotFixed in Version => RR23Q3
2023-05-24 15:09hgbotNote Added: 0150231

Notes
(0150034)
hgbot   
2023-05-22 08:30   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/527 [^]
(0150230)
hgbot   
2023-05-24 15:09   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/527 [^]
(0150231)
hgbot   
2023-05-24 15:09   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 6e1ceecc6f54916176906e35c988784b8055ed8a
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 24-05-2023 13:09:01
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/6e1ceecc6f54916176906e35c988784b8055ed8a [^]

Fixes ISSUE-52501: Images of available users on login can be disabled using a preference

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
---