Task #598
closedPassword generator provides insufficient password on identity creation
100%
Description
On demo, there is some kind of bizarre password policy, which requires multiple special characters, numbers and uppercase letters.
First of all, filling such kind of password is a huge pain, not to mention remembering it.
However more important is the fact that password generator seems unable to generate such password - this needs to be fixed.
Updated by Ondřej Kopr over 7 years ago
I checked password policies on demo, there is two policies.
One for generate password this policy not need any special characters, upper or lower character. Only things what need is minimal length and maximal length. Password policy for validate password is 'little bit' stronger than password policy for generate.
On demo is problem with different password settings for both policies.
Updated by Ondřej Kopr over 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
On demo was fixed password policy for validate.