• Jérome Perrin's avatar
    base: generate a stronger passwords in Person_generatePassword · 758fc366
    Jérome Perrin authored
    - use system random
    - generate longer password with a larger space
    
    API change in an incompatible way, it's no longer possible to control
    the number of alpha and numeric. This was reducing a lot the number of
    combinations, so it's better to break so that callers stop generating
    too weak passwords.
    758fc366
Person_generatePassword.xml 2.35 KB