IDEMPIERE-4738 Password for user System cannot be changed (#633)

IDEMPIERE-4287
This commit is contained in:
Carlos Ruiz 2021-03-16 01:29:45 +01:00 committed by GitHub
parent ba0cc46c6c
commit 43cbc2f297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public class WResetPassword implements IFormController, EventListener<Event>, Va
String p_NewEMailUser = txtNewEMailUser.getValue();
String p_NewEMailUserPW = txtNewEMailUserPW.getValue();
MUser user = new MUser(Env.getCtx(), p_AD_User_ID, (String)null);
MUser user = MUser.getCopy(Env.getCtx(), p_AD_User_ID, null);
if (log.isLoggable(Level.FINE)) log.fine("User=" + user);
// Do we need a password ?