Feature #1287
closedGenerate password with prefixes
100%
Description
Please add new feature with generating password with prefixes. To newly generated password will be add prefix and then generate next string trough classic generating behavior.
Updated by Ondřej Kopr about 6 years ago
- Status changed from In Progress to Needs feedback
- % Done changed from 0 to 90
I made new feature with add prefix and suffix to password. Tests are included. Generating password policies has now now type of generate - Prefix and suffix, both strings are optional.
Password is generated by classic random generating and at the end will be added prefix and suffix.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/e91d98a466c0f9a03ad1ac4b12dc13da7c8852c8 (branch develop)
Doc:
https://wiki.czechidm.com/tutorial/adm/password_policy
https://wiki.czechidm.com/devel/documentation/security/dev/password-policies#prefix_and_suffix
Please Radek could you make a review? Thank you.
Updated by Ondřej Kopr about 6 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Ondřej Kopr about 6 years ago
I removed new generation type prefix and suffix. Both these strings are now available in both generation types.
Updated documentation and commit: https://github.com/bcvsolutions/CzechIdMng/commit/7d494aa8e2d49117b4c117866345f3d6759a69b7 (branch develop)
You can continue with feedback, thank you.
Updated by Radek Tomiška about 6 years ago
- Status changed from Needs feedback to Resolved
- 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!