Task #966
closedSend notification, with information about password was changed
100%
Description
In #716 was added info notification about password was changed.
Send the same notification, when password is reseted => register password reset event type for processor, which sends this notification. And update module documentation pls.
Related issues
Updated by Radek Tomiška almost 7 years ago
- Precedes Task #716: Send notification with information about password change added
Updated by Patrik Stloukal almost 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Patrik Stloukal to Radek Tomiška
- % Done changed from 0 to 90
it is enought to add configuration property "idm.sec.core.processor.identity-password-change-notification.eventTypes" with value="PASSWORD,PASSWORD_RESET"
i added it to documentation at the bottom, because it is not necessary configuration
https://wiki.czechidm.com/tutorial/adm/modules_pwdreset#configuration
Updated by Radek Tomiška almost 7 years ago
- Assignee changed from Radek Tomiška to Peter Štrunc
Updated by Peter Štrunc over 6 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Peter Štrunc to Patrik Stloukal
I tested it and notification was sent. However, when i deleted said config property, notification was still sent. This is probably due to the config property caching?
Updated by Patrik Stloukal over 6 years ago
- Assignee changed from Patrik Stloukal to Peter Štrunc
yes it should be.. i tested this configuration property a few times and for my it was working
Updated by Peter Štrunc over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Merged in dev. Closing