Actions
Task #860
closedNull values in bases in existing password policies
Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
Password policy
Target version:
Start date:
12/01/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Existing password policies isn't fully backward compatible.
Create flyway for insert basic character bases
Updated by Ondřej Kopr about 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 90
I fixed this issues by add NOT NULL to bases (entity, dto + FE required props), new flyway script fill these null and empty values with basic bases.
commit: https://github.com/bcvsolutions/CzechIdMng/commit/0d9088a5579c13450cc94c3a4ffa9fa44bb2adc0
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 90 to 100
I tested it and did review. Works great, thanks for that.
Actions