Task #693
closedUser without password with acc can't logging
100%
Description
User without IdmPasswor can't change password from public password change even he has acount with mapped password.
Please add this fix into hotfix 7.3.5
Updated by Ondřej Kopr over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
I checked this behavior, password on public change is really changed only through idm, not systems. I will fixed - hotfix and develop.
Updated by Ondřej Kopr over 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- Priority changed from High to Normal
- % Done changed from 20 to 90
Login in public password change is realized now using authenticationManager - check password by all chain + password policies.
commit: https://github.com/bcvsolutions/CzechIdMng/commit/400dbe458f985487ea7ccee0224bb568594d437c
update doc: https://wiki.czechidm.com/devel/dev/security/password-policies#public_password_change
Please Radek could you make a review? Thank you.
Updated by Radek Tomiška over 7 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 work now, thx!
I fixed some issues with nullpointers, add system lookup, logging, etc.