mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
feat: add secret generators for OTP (#6262)
This PR adds configuration options for OTP codes through Admin API.
This commit is contained in:
@@ -564,6 +564,20 @@ DefaultInstance:
|
||||
IncludeUpperLetters: true
|
||||
IncludeDigits: true
|
||||
IncludeSymbols: false
|
||||
OTPSMS:
|
||||
Length: 8
|
||||
Expiry: "5m"
|
||||
IncludeLowerLetters: false
|
||||
IncludeUpperLetters: false
|
||||
IncludeDigits: true
|
||||
IncludeSymbols: false
|
||||
OTPEmail:
|
||||
Length: 8
|
||||
Expiry: "5m"
|
||||
IncludeLowerLetters: false
|
||||
IncludeUpperLetters: false
|
||||
IncludeDigits: true
|
||||
IncludeSymbols: false
|
||||
PasswordComplexityPolicy:
|
||||
MinLength: 8
|
||||
HasLowercase: true
|
||||
|
Reference in New Issue
Block a user