Actions
Defect #1830
closedDisable/enable public password reset configuration doesn't work
Start date:
09/02/2019
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Please check changes that is done in ticket #962 commit: https://git.bcvsolutions.eu/modules/password-reset/commit/587e121d2f622590bdc54fdf7434f43c84676a45
In this ticket was changed configuration property "idm.pub.pwdreset.identity.passwordReset.public.idm.enabled" with pwdResetConfiguration.isPwdResetIdmEnabled(). But method in this configuration service contains behavior:
return moduleService.isEnabled(PwdResetModuleDescriptor.MODULE_ID);
So after this changes doesn't work feature with enable disable password reset. This is probably big issue for project that has version 1.5.0 because password reset will even configuration for reset is disabled. Tests for this case probably missing.
Actions