Task #818
closedMake version compatible with core 7.5.x
100%
Description
Goal of this ticket is to upgrade password reset module to core version 7.5.x.
Related issues
Updated by Ondřej Kopr about 7 years ago
- Assignee changed from Peter Štrunc to Patrik Stloukal
Updated by Patrik Stloukal about 7 years ago
- Status changed from New to In Progress
upgraded backend, test is succesfull, translated some en localization, testing
Updated by Patrik Stloukal about 7 years ago
- % Done changed from 0 to 90
tested module, working fine
I found some small issues:
- in documentation is idm.sec.reset.password.allowed.attrs, but it is working with idm.sec.pwdreset.allowed.attrs (https://wiki.czechidm.com/tutorial/adm/modules_pwdreset)
- and I was confused, because I thought that reset password is not working with more systems, but then I found out, that pwdreset checked only default password policy, but provisioned password even on other system, where the password could not meet that system password policy -- but I am not sure if it is ok or not
commit :
https://git.bcvsolutions.eu/modules/password-reset/commit/ba25d1674be52741c5a01753e6bd6519508ad003
Updated by Radek Tomiška about 7 years ago
- Related to Feature #363: Password reset module added
Updated by Patrik Stloukal about 7 years ago
- Assignee changed from Patrik Stloukal to Peter Štrunc
ok my bad,
it is working correctly with:
idm.sec.acc.processor.identity-password-validate-processor.eventTypes=PASSWORD,PASSWORD_RESET
and it is awesome
Updated by Ondřej Kopr about 7 years ago
- Assignee changed from Peter Štrunc to Ondřej Kopr
Updated by Ondřej Kopr about 7 years ago
- Status changed from In Progress to Needs feedback
Updated by Ondřej Kopr about 7 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 90 to 100
Setup this module on my local environment and after i made this check behavior and also code review.
Code looks nice, thanks for add missing localization item.
- New tag for this version missing, i already created the tag,
- version of Realization/frontend/package.json was "version": "7.1.0-snapshot", i already fix it,
- version of module is still snapshot, i already fix this.