Skip to content

Adds snowplow tracking after weak password errors

Nick Malcolm requested to merge 363535-weak-password-tracking into master

When the block_weak_passwords feature flag is enabled GitLab will block weak passwords on sign up, password change, and user creation via API. Enabling the feature flag could potentially lead to a decrease in successful signup rates, or cause an increase in errors.

With monitoring we can understand the correlation between metrics such as those and the behavior of block weak passwords.

We can also measure how many users have been affected (or protected) by the block weak passwords feature.

Resolves #363535 (closed)

Merge request reports