Skip to content

Draft: Fixed ISSUE-49411: Checking password expiration through web services

-Password expiration was not checked in the default web service authentication flow. -When the password of a user had expired, the web service could still be called. -To solve it, DefaultAuthenticationManager.webServiceAuthenticate() was overridden and a checkIfPasswordExpired() was called just like the standard authentication does.

https://builds.openbravo.com/job/try-ret-init/6947/artifact/retail.html https://builds.openbravo.com/view/try/job/try-init/1815/

corrections-try Report: https://builds.openbravo.com/job/try-ret-init/7012/artifact/retail.html

Edited by Guillermo Dagnesses Segura

Merge request reports