IDEMPIERE-4738 Password for user System cannot be changed (#633)
IDEMPIERE-4287
This commit is contained in:
parent
ba0cc46c6c
commit
43cbc2f297
|
@ -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 ?
|
||||
|
|
Loading…
Reference in New Issue