Actions
Defect #1859
closedPassword on target system cannot be changed until the first provisioning occurs
Start date:
09/18/2019
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
When provisioning on target system is blocked some way (e.g. on read only system without provisioning queue), then password cannot be changed for this system (the system is shown in UI on password change tab, because account and password mapping exist) - null pointer exception occurs.
The reason is system entity is not created in this moment (provisioning was blocked) and is required for password change, see ''AbstractProvisioningExecutor#changePassword'' row 356.
Maybe will be better to not show this system accounts in password change (if it is possible).
@affected version > 9.6.0
Related issues
Actions