Skip to content

Commit 668b7bf

Browse files
Stueypoohesunmark
authored andcommitted
Update EditEndEntityMBean.java
Fixing a bug that prevents the EE password being updated.
1 parent 41983fa commit 668b7bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/admin-gui/src/org/ejbca/ui/web/admin/endentity/EditEndEntityMBean.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,8 +1592,6 @@ public void editUser() throws IllegalNameException, EndEntityException, ParseExc
15921592

15931593
if (regeneratePassword) {
15941594
newUserView.setPassword("NEWPASSWORD");
1595-
} else {
1596-
newUserView.setPassword(null);
15971595
}
15981596

15991597
if (selectedPassword != null && (!selectedPassword.equals(""))) {

0 commit comments

Comments
 (0)