cudeso / misp-tip-of-the-week

A collection of tips for using MISP.
74 stars 7 forks source link

[TIP] Password complexity #24

Closed cudeso closed 2 years ago

cudeso commented 2 years ago

Category

Administration

Tags

authentication, usermanagement

Tip

You can set the minimum password length and complexity with 'Security.password_policy_length' and 'Security.password_policy_complexity' (default 12). See https://regexr.com/6oren for the PW complexity regexp.

cudeso commented 2 years ago

1