Changed paths:
M org.adempiere.base/src/org/compiere/model/MRole.java
Log Message:
-----------
Revert "IDEMPIERE-6824: Stack overflow on login if user substitute exists and role has non master role as included role (#3128)"
This reverts commit ccd1d65262ad0962cd9dbcf0fdf3c14571515dc4.
Changed paths:
M org.adempiere.base.process/src/org/compiere/process/HashPasswords.java
M org.adempiere.base/src/org/compiere/model/SystemIDs.java
Log Message:
-----------
IDEMPIERE-6712 Improve algorithm for password hashing and salt (DAD-103) (#3192)
* IDEMPIERE-6712 Improve algorithm for password hashing and salt (DAD-103)
- minor - rename the constants on SystemIDs to make them consistent with MSysConfig
- helps to make them discoverable when searching for the same String
* - preserve old variables for backward compatibility
Changed paths:
M org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java
M org.adempiere.ui/src/org/compiere/apps/form/TrxMaterial.java
Log Message:
-----------
IDEMPIERE-6738 Problem in Find Dialog - fix equal query with int instead of String (#3202)