Actions
Task #1153
closedAdd events for IdmPassword
Start date:
06/25/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Change service to eventable and then create necessary events.
Updated by Ondřej Kopr over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
I made two new processors for IdmPasswordDto: PasswordDeleteProcessor and PasswordSaveProcessor.
I also checked behavior with lastSuccessfulLogin date (behavior for get first login date), the last sucessful login date works correctly.
commit: https://github.com/bcvsolutions/CzechIdMng/commit/56f124f719c0cfa5c737a3a6b43ca0a65e93f6ff (branch: 8.1.3-hotfix)
I didn't include test, because password changed is tested good.
Updated by Radek Tomiška over 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
I did test and review, it works and code looks nice, thx!
I've just added note into doc: https://wiki.czechidm.com/devel/documentation/architecture/dev/events#implemented_processors
Actions