Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0052851Openbravo ERPB. User interfacepublic2023-06-26 16:152023-07-20 12:15
kousalya_r 
meriem_azaf 
normalmajoralways
closedfixed 
5
 
PR23Q4 
approved
Gold
Core
66744
No
0052851: Invalid Role error accesing to WebPOS with an User with no Backend access
An User with a single active Role with restricted backend access should not be able to Log in into the backend but it should be able to access other applications such as the WebPOS. However, when attempting to log in into WebPOS the request returns the following error:

"No valid Role identified. Please contact your system administrator for access"
In Backend
- Login with Openbravo user
- Switch to "The White Valley Group Admin" role
- Go to User Window
- Select 'vallblanca' user
- In User Roles subtab:
  - Unset the Active flag to "VallblancaManual"
  - Edit "VallblancaUser" entry
    - Go to "VallBlancaUser" Role Window
    - Check "Restrict backend access" and save

In WebPOS
- Attempt to login with user 'vallblanca'

It should login normally as this user has the Role 'VallBlancaUser' and is valid, however it will show the "No Valid Role identified" error. Notice that if you uncheck the "Restrict backend access" flag to "VallBlancaUser" Role and save, now you should be able to login into WebPOS.
No tags attached.
png Screenshot from 2023-06-26 19-26-44.png (32,106) 2023-06-26 16:15
https://issues.openbravo.com/file_download.php?file_id=18693&type=bug
png
Issue History
2023-06-26 16:15kousalya_rNew Issue
2023-06-26 16:15kousalya_rAssigned To => Triage Platform Base
2023-06-26 16:15kousalya_rFile Added: Screenshot from 2023-06-26 19-26-44.png
2023-06-26 16:15kousalya_rOBNetwork customer => Gold
2023-06-26 16:15kousalya_rModules => Core
2023-06-26 16:15kousalya_rSupport ticket => 66744
2023-06-26 16:15kousalya_rTriggers an Emergency Pack => No
2023-07-06 18:03jarmendarizSummaryUser Login Issue with Restrict backend access => Invalid Role error accesing to WebPOS with an User with no Backend access
2023-07-06 18:03jarmendarizDescription Updatedbug_revision_view_page.php?rev_id=26419#r26419
2023-07-06 18:03jarmendarizSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26421#r26421
2023-07-13 08:07jarmendarizStatusnew => acknowledged
2023-07-18 16:05hgbotMerge Request Status => open
2023-07-18 16:05hgbotNote Added: 0152636
2023-07-20 02:08jarmendarizAssigned ToTriage Platform Base => meriem_azaf
2023-07-20 02:08jarmendarizStatusacknowledged => scheduled
2023-07-20 12:14hgbotMerge Request Statusopen => approved
2023-07-20 12:14hgbotResolutionopen => fixed
2023-07-20 12:14hgbotStatusscheduled => closed
2023-07-20 12:14hgbotFixed in Version => PR23Q4
2023-07-20 12:14hgbotNote Added: 0152720
2023-07-20 12:15hgbotNote Added: 0152721

Notes
(0152636)
hgbot   
2023-07-18 16:05   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/947 [^]
(0152720)
hgbot   
2023-07-20 12:14   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 7a4726d3d8980138840b69058dfacd2c011350b6
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 20-07-2023 10:14:34
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7a4726d3d8980138840b69058dfacd2c011350b6 [^]

Fixes ISSUE-52851: Invalid Role error accesing to WebPOS with an User with no Backend access

An User with a single active Role with restricted backend access should not be able to Log in into the backend but it should be able to access other applications such as the WebPOS. However, when attempting to log in into WebPOS the request returns the following error: "No valid Role identified. Please contact your system administrator for access".

The problem here that withe the restricted backend acces we are not checking if the role is active or not.

So we added this part in the function checkLicenseAndGo in the LoginHandler.

---
M src/org/openbravo/base/secureApp/LoginHandler.java
---
(0152721)
hgbot   
2023-07-20 12:15   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/947 [^]