mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
14 lines
377 B
YAML
14 lines
377 B
YAML
---
|
|
table_name: compromised_password_detections
|
|
classes:
|
|
- Users::CompromisedPasswordDetection
|
|
feature_categories:
|
|
- system_access
|
|
description: Stores detections of user passwords being compromised
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/191112
|
|
milestone: '18.1'
|
|
gitlab_schema: gitlab_main_user
|
|
sharding_key:
|
|
user_id: users
|
|
table_size: small
|