Actions
Defect #769
closedChange password - transformation not working for constant
Start date:
10/18/2017
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
If password attribute has defined transformation to resource and entity or extended checkbox is not chacked, then is not transformation used (during change password).
Updated by Ondřej Kopr about 7 years ago
- Target version changed from Forsterite (7.6.0) to Garnet (7.7.0)
Updated by Radek Tomiška almost 7 years ago
- Target version deleted (
Garnet (7.7.0))
Updated by Ondřej Kopr almost 7 years ago
- Target version set to Hematite (8.0.0)
Updated by Ondřej Kopr almost 7 years ago
- Target version deleted (
Hematite (8.0.0))
Updated by Peter Štrunc almost 3 years ago
- Sprint set to Sprint 12.2-1 (Feb 18 - Mar 02)
- Assignee changed from Ondřej Kopr to Peter Štrunc
- Affected versions 12.1.2 added
Updated by Roman Kučera almost 3 years ago
- Sprint changed from Sprint 12.2-1 (Feb 18 - Mar 02) to Sprint 12.2-2 (Mar 02 - Mar 16)
Updated by Roman Kučera over 2 years ago
- Target version changed from 12.2.0 to 13.0.0
Updated by Tomáš Doischer over 2 years ago
- Sprint deleted (
Sprint 12.2-2 (bře 02 - bře 16))
Updated by Tomáš Doischer almost 2 years ago
- Status changed from New to In Progress
- Assignee changed from Peter Štrunc to Tomáš Doischer
- Target version set to 13.1.0
Updated by Tomáš Doischer almost 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
I tested this with a postgres DB, _ _ PASSWORD _ _ attribute with transformation
import eu.bcvsolutions.idm.core.security.api.domain.GuardedString;
return new GuardedString("aaaaaa");
No entity field or EAV were checked, just the default "Attribute with password".
Both create and password change behaved as expected, i.e., the value remained "aaaaaa".
This was probably fixed along the way, this ticket is really old.
Updated by Peter Štrunc about 1 year ago
- Status changed from Resolved to Closed
Actions