Update proto/zitadel/resources/user/v3alpha/authenticator.proto

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz 2024-10-01 13:55:08 +02:00 committed by GitHub
parent 2420d3447f
commit 481584350d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -262,7 +262,7 @@ message SetAuthenticators {
} }
message SetUsername { message SetUsername {
// Set the user's username. This will be used for identification during authentication. // Add a user's username. This will be used for identification during authentication.
string username = 1 [ string username = 1 [
(validate.rules).string = {min_len: 1, max_len: 200}, (validate.rules).string = {min_len: 1, max_len: 200},
(google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = REQUIRED,