Changes between Initial Version and Version 1 of Ticket #39817
- Timestamp:
- 02/08/2017 09:06:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39817 – Description
initial v1 7 7 But not in every case the password is interpreted to be strong. For example: 8 8 9 mfjg#0=> just medium (meets the above mentioned requirement)9 `mfjg#0` => just medium (meets the above mentioned requirement) 10 10 11 mfjg#08=> strong11 `mfjg#08` => strong 12 12 13 mfjg#081=> medium (confusing, because it has one more character...)13 `mfjg#081` => medium (confusing, because it has one more character...) 14 14 15 mfjg#0815=> strong (again...)15 `mfjg#0815` => strong (again...) 16 16 17 17 So what are the concrete password rules? I don't understand the behavior how the password strength is calculated. Also our customers don't.