Skip to content

Commit f62f70b

Browse files
authored
ENG-990: Disallow password which is the same as user's login (#1225)
Added a field `PasswordValidationRules.disallowUserLoginId`, configurable per tenant. If enabled, passwords will be rejected if they contain the user's email, username, or phone number.
1 parent b0ed88e commit f62f70b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5527,6 +5527,8 @@ components:
55275527
properties:
55285528
breachDetection:
55295529
"$ref": "#/components/schemas/PasswordBreachDetection"
5530+
disallowUserLoginId:
5531+
type: boolean
55305532
maxLength:
55315533
type: integer
55325534
minLength:

0 commit comments

Comments
 (0)