Skip to content

Commit fc22ca1

Browse files
authored
Update EditEndEntityMBean.java
Fixing a bug that prevents the EE password being updated.
1 parent f2e334c commit fc22ca1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)